equal constant

GameShortcutsShortcut const equal

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

Implementation

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