add_circled constant

IconData const add_circled

plus_circle — Cupertino icon for an two straight lines, one horizontal and one vertical, meeting in the middle, which is the equivalent of a plus sign, surrounded by a circle. This icon is not filled in. This is the same icon as plus_circle in cupertino_icons 1.0.0+.

See also:

  • plus_circled, which is the pre-iOS 7 version of this icon with a thicker cross and a filled in circle.
  • add_circled_solid, which is similar, but filled in.

Implementation

static const IconData add_circled = IconData(0xf48a, fontFamily: iconFont, fontPackage: iconFontPackage);