play_arrow_solid constant

IconData const play_arrow_solid

play_fill — Cupertino icon for a triangle facing to the right. This icon is filled in. This is the same icon as play_fill in cupertino_icons 1.0.0+.

See also:

  • play_arrow, which is similar, but not filled in.

Implementation

static const IconData play_arrow_solid = IconData(
  0xf488,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
);