gear constant

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

A gear with eigth cogs. This icon is not filled in.

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)