pageDown constant

GameShortcutsShortcut const pageDown

Represents the location of the "Page Down" key on a generalized keyboard.

Implementation

static const GameShortcutsShortcut pageDown = GameShortcutsShortcut(
  key: PhysicalKeyboardKey.pageDown,
  name: 'pageDown',
);