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