launchPhone constant

GameShortcutsShortcut const launchPhone

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

Implementation

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