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