speechInputToggle constant

GameShortcutsShortcut const speechInputToggle

Represents the location of the "Speech Input Toggle" key on a generalizedkeyboard.

Implementation

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