close constant

GameShortcutsShortcut const close

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

Implementation

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