zoomOut constant

GameShortcutsShortcut const zoomOut

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

Implementation

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