audioVolumeMute constant

GameShortcutsShortcut const audioVolumeMute

Represents the location of the "Audio Volume Mute" key on a generalizedkeyboard.

Implementation

static const GameShortcutsShortcut audioVolumeMute = GameShortcutsShortcut(
  key: PhysicalKeyboardKey.audioVolumeMute,
  name: 'audioVolumeMute',
);