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