clock constant

IconData const clock = const IconData(0xf4be, fontFamily: iconFont, fontPackage: iconFontPackage)

A circle with a dotted clock face inside with hands showing 10:30.

See also:

  • clock_solid, which is similar, but filled in.
  • time, which is similar, but without dots on the clock face.
  • time_solid, which is similar, but filled in and without dots on the clock face.

Implementation

static const IconData clock = IconData(0xf4be, fontFamily: iconFont, fontPackage: iconFontPackage)