share constant

IconData const share

square_arrow_up — Cupertino icon for an iOS style share icon with an arrow pointing up from a box. This icon is not filled in. This is the same icon as square_arrow_up and share_up in cupertino_icons 1.0.0+.

See also:

  • share_solid, which is similar, but filled in.
  • share_up, for another (pre-iOS 7) version of this icon.

Implementation

static const IconData share = IconData(0xf4ca, fontFamily: iconFont, fontPackage: iconFontPackage);