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