chevronRight constant

IconData const chevronRight

The chevronRight material icon.

Implementation

static const IconData chevronRight = IconData(
  0xe5cc,
  fontFamily: _kFontFamily,
  fontPackage: _kFontPackage,
);