time_solid constant

IconData const time_solid

clock_fill — Cupertino icon for a filled in circle with a 90 degree angle shape in the center, resembling a clock with hands showing 09:00. This is the same icon as clock_fill and clock_solid in cupertino_icons 1.0.0+.

See also:

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

Implementation

static const IconData time_solid = IconData(0xf403, fontFamily: iconFont, fontPackage: iconFontPackage);