refresh constant

IconData const refresh

arrow_clockwise — Cupertino icon for an arrow on a circular path with its end pointing at its start. This is the same icon as arrow_clockwise, refresh_thin and refresh_thick in cupertino_icons 1.0.0+.

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);