digit3 constant

GameShortcutsShortcut const digit3

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

Implementation

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