add_circled constant

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

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.

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)