circle_filled constant

IconData const circle_filled

circle_fill — Cupertino icon for a filled circle. The circle is surrounded by a ring. A selected radio button. This is the same icon as circle_fill in cupertino_icons 1.0.0+.

See also:

  • circle, which is similar but not filled in.

Implementation

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