volume_mute constant

IconData const volume_mute

speaker_fill — Cupertino icon for a speaker symbol. This is the same icon as speaker_fill in cupertino_icons 1.0.0+.

See also:

  • volume_down, which is similar, but adds a small sound wave.
  • volume_off, which is similar, but adds a small and a large sound wave and a diagonal line crossing the whole icon.
  • volume_up, which is similar, but has a small and a large sound wave.

Implementation

static const IconData volume_mute = IconData(0xf3b8, fontFamily: iconFont, fontPackage: iconFontPackage);