refresh_thick constant

IconData const refresh_thick = const IconData(0xf3a8, fontFamily: iconFont, fontPackage: iconFontPackage)

An arrow on a circular path with its end pointing at its start.

See also:

  • refresh, which is similar, but rotated 45 degrees anti-clockwise and thinner.
  • refresh_bold, which is similar, but rotated 45 degrees clockwise and thicker.

Implementation

static const IconData refresh_thick = IconData(0xf3a8, fontFamily: iconFont, fontPackage: iconFontPackage)