programGuide constant

GameShortcutsShortcut const programGuide

Represents the location of the "Program Guide" key on a generalizedkeyboard.

Implementation

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