label constant

IconData const label

label — material icon named "label".

Implementation

static const IconData label = IconData(
  0xe360,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);