arrowRight constant

GameShortcutsShortcut const arrowRight

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

Implementation

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