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