circle_fill constant

IconData const circle_fill

— Cupertino icon named "circle_fill". Available on cupertino_icons package 1.0.0+ only. This is the same icon as circle_filled which is available in cupertino_icons 0.1.3.

Implementation

static const IconData circle_fill = IconData(
  0xf400,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
);