launchCalendar constant

GameShortcutsShortcut const launchCalendar

Represents the location of the "Launch Calendar" key on a generalizedkeyboard.

Implementation

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