refresh_bold constant

IconData const refresh_bold = const IconData(0xf21c, fontFamily: iconFont, fontPackage: iconFontPackage)

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

See also:

  • refresh_thick, which is similar, but rotated 45 degrees anti-clockwise and thinner.
  • refresh, which is similar, but rotated 90 degrees anti-clockwise and much thinner.

Implementation

static const IconData refresh_bold = IconData(0xf21c, fontFamily: iconFont, fontPackage: iconFontPackage)