device_unknown constant

IconData const device_unknown

device_unknown — material icon named "device unknown".

Implementation

static const IconData device_unknown = IconData(
  0xe1ca,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);