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