help constant
GameShortcutsShortcut
const help
Represents the location of the "Help" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut help = GameShortcutsShortcut(
key: PhysicalKeyboardKey.help,
name: 'help',
);