newKey constant

GameShortcutsShortcut const newKey

Represents the location of the "New Key" key on a generalized keyboard.

Implementation

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