clock_solid constant

IconData const clock_solid = const IconData(0xf4bf, fontFamily: iconFont, fontPackage: iconFontPackage)

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

See also:

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

Implementation

static const IconData clock_solid = IconData(0xf4bf, fontFamily: iconFont, fontPackage: iconFontPackage)