brightnessToggle constant

GameShortcutsShortcut const brightnessToggle

Represents the location of the "Brightness Toggle" key on a generalizedkeyboard.

Implementation

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