digit2 constant

GameShortcutsShortcut const digit2

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

Implementation

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