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