refresh_circled_solid constant

IconData const refresh_circled_solid = const IconData(0xf49c, fontFamily: iconFont, fontPackage: iconFontPackage)

An arrow on a circular path with its end pointing at its start surrounded by a circle. This is icon is filled in.

See also:

  • refresh_circled, which is similar, but not filled in.
  • refresh, which is the arrow of this icon filled in without a circle.

Implementation

static const IconData refresh_circled_solid = IconData(0xf49c, fontFamily: iconFont, fontPackage: iconFontPackage)