power constant

GameShortcutsShortcut const power

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

Implementation

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