arrow_right_rounded constant

IconData const arrow_right_rounded

arrow_right — material icon named "arrow right" (round).

Implementation

static const IconData arrow_right_rounded = IconData(
  0xf57d,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);