bracketLeft constant

GameShortcutsShortcut const bracketLeft

Represents the location of the "Bracket Left" key on a generalizedkeyboard.

Implementation

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