gear constant

IconData const gear

gear_alt — Cupertino icon for a gear with eight cogs. This icon is not filled in. This is the same icon as gear_alt and gear_big in cupertino_icons 1.0.0+.

See also:

  • gear_solid, which is similar, but filled in.
  • gear_big, which is the pre-iOS 7 version of this icon and appears bigger because of fewer and bigger cogs.
  • settings, which is another cogwheel with a different design.

Implementation

static const IconData gear = IconData(0xf43c, fontFamily: iconFont, fontPackage: iconFontPackage);