pause constant
GameShortcutsShortcut
const pause
Represents the location of the "Pause" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut pause = GameShortcutsShortcut(
key: PhysicalKeyboardKey.pause,
name: 'pause',
);