highlightOff constant

IconData const highlightOff

The highlightOff material icon.

Implementation

static const IconData highlightOff = IconData(
  0xe888,
  fontFamily: _kFontFamily,
  fontPackage: _kFontPackage,
);