clear_thick constant

IconData const clear_thick

xmark — Cupertino icon for a cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal. This is the same icon as xmark and clear in cupertino_icons 1.0.0+.

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);