volume_down constant

IconData const volume_down

speaker_1_fill — Cupertino icon for a speaker with a single small sound wave. This is the same icon as speaker_1_fill in cupertino_icons 1.0.0+.

See also:

  • volume_mute, which is similar, but has no sound waves.
  • volume_off, which is similar, but with an additional larger sound wave and a diagonal line crossing the whole icon.
  • volume_up, which has an additional larger sound wave next to the small one.

Implementation

static const IconData volume_down = IconData(0xf3b7, fontFamily: iconFont, fontPackage: iconFontPackage);