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