add constant

IconData const add = const IconData(0xf489, fontFamily: iconFont, fontPackage: iconFontPackage)

Two straight lines, one horizontal and one vertical, meeting in the middle, which is the equivalent of a plus sign.

See also:

  • plus_circled, which is the pre-iOS 7 version of this icon with a thicker cross.
  • add_circled, which consists of the plus and a circle around it.

Implementation

static const IconData add = IconData(0xf489, fontFamily: iconFont, fontPackage: iconFontPackage)