clear_thick_circled constant

IconData const clear_thick_circled

xmark_circle_fill — 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, used as a blank space in a circle. This is the same icon as xmark_circle_fill and clear_circled_solid in cupertino_icons 1.0.0+.

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