label_rounded constant

IconData const label_rounded

label — material icon named "label" (round).

Implementation

static const IconData label_rounded = IconData(
  0xf83d,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);