refresh_thin constant

IconData const refresh_thin = const IconData(0xf49d, fontFamily: iconFont, fontPackage: iconFontPackage)

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

See also:

  • refresh, which is an arrow of the same concept, but thicker and with a larger gap in between its end and start.

Implementation

static const IconData refresh_thin = IconData(0xf49d, fontFamily: iconFont, fontPackage: iconFontPackage)