gameButtonStart constant

GameShortcutsShortcut const gameButtonStart

Represents the location of the "Game Button Start" key on a generalizedkeyboard.

Implementation

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