lockScreen constant

GameShortcutsShortcut const lockScreen

Represents the location of the "Lock Screen" key on a generalizedkeyboard.

Implementation

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