zoomIn constant

GameShortcutsShortcut const zoomIn

Represents the location of the "Zoom In" key on a generalized keyboard.

Implementation

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