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