digit7 constant

GameShortcutsShortcut const digit7

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

Implementation

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