zoomToggle constant

GameShortcutsShortcut const zoomToggle

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

Implementation

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