digit0 constant

GameShortcutsShortcut const digit0

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

Implementation

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