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