digit9 constant

GameShortcutsShortcut const digit9

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

Implementation

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