numpadClear constant

GameShortcutsShortcut const numpadClear

Represents the location of the "Numpad Clear" key on a generalizedkeyboard.

Implementation

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