exit constant

Represents the location of the "Exit" key on a generalized keyboard.

Implementation

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