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