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