numpad6 constant

GameShortcutsShortcut const numpad6

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

Implementation

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