eject constant

GameShortcutsShortcut const eject

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

Implementation

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