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