shiftRight constant

GameShortcutsShortcut const shiftRight

Represents the location of the "Shift Right" key on a generalizedkeyboard.

Implementation

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