clock constant

IconData const clock

time — Cupertino icon for a circle with a dotted clock face inside with hands showing 10:30. This is the same icon as time in cupertino_icons 1.0.0+.

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);