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