clear_thick_circled constant

IconData const clear_thick_circled = const IconData(0xf36e, 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, used as a blank space in a circle.

See also:

  • clear, which is equivalent to the cross of this icon without a circle.
  • clear_circled_solid, which is similar, but uses a thinner cross.

Implementation

static const IconData clear_thick_circled = IconData(0xf36e, fontFamily: iconFont, fontPackage: iconFontPackage)