input_rounded constant

IconData const input_rounded

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

Implementation

static const IconData input_rounded = IconData(
  0xf817,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);