sleep constant

GameShortcutsShortcut const sleep

Represents the location of the "Sleep" key on a generalized keyboard.

Implementation

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