undo_rounded constant

IconData const undo_rounded

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

Implementation

static const IconData undo_rounded = IconData(
  0xf0261,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);