clear_thick constant

IconData const clear_thick = const IconData(0xf2d7, fontFamily: iconFont, fontPackage: iconFontPackage)

A cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal.

See also:

  • clear_circled, which uses this cross as a blank space in a filled out circled.
  • clear, which uses a thinner cross and is the iOS 7 equivalent of this icon.

Implementation

static const IconData clear_thick = IconData(0xf2d7, fontFamily: iconFont, fontPackage: iconFontPackage)