arrowUp constant

GameShortcutsShortcut const arrowUp

Represents the location of the "Arrow Up" key on a generalized keyboard.

Implementation

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