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