add constant

IconData const add

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

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