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