volume_up constant

IconData const volume_up = const IconData(0xf3ba, fontFamily: iconFont, fontPackage: iconFontPackage)

A speaker with a small and a large sound wave.

See also:

  • volume_down, which is similar, but only has the small sound wave.
  • volume_mute, which is similar, but has no sound waves.
  • volume_off, which is the crossed out version of this icon.

Implementation

static const IconData volume_up = IconData(0xf3ba, fontFamily: iconFont, fontPackage: iconFontPackage)