digit6 constant

GameShortcutsShortcut const digit6

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

Implementation

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