refresh constant

IconData const refresh = const IconData(0xf49a, fontFamily: iconFont, fontPackage: iconFontPackage)

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

See also:

  • refresh_circled, which is this icon put in a circle.
  • refresh_thin, which is an arrow of the same concept, but thinner and with a smaller gap in between its end and start.
  • refresh_thick, which is similar, but rotated 45 degrees clockwise and thicker.
  • refresh_bold, which is similar, but rotated 90 degrees clockwise and much thicker.

Implementation

static const IconData refresh = IconData(0xf49a, fontFamily: iconFont, fontPackage: iconFontPackage)