arrow_forward_rounded constant

IconData const arrow_forward_rounded

arrow_forward — material icon named "arrow forward" (round).

Implementation

static const IconData arrow_forward_rounded = IconData(
  0xf57a,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);