digit1 constant

GameShortcutsShortcut const digit1

Represents the location of the "Digit 1" key on a generalized keyboard.

Implementation

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