time_solid constant

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

A filled in circle with with a 90 degree angle shape in the center, resembeling a clock with hands showing 09:00.

See also:

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

Implementation

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