clear constant

IconData const clear

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_thick in cupertino_icons 1.0.0+.

See also:

  • clear_circled, which consists of this cross and a circle surrounding it.
  • clear, which uses a thicker cross and is the pre-iOS 7 equivalent of this icon.

Implementation

static const IconData clear = IconData(0xf404, fontFamily: iconFont, fontPackage: iconFontPackage);