volume_down constant

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

A speaker with a single small sound wave.

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)