showAllWindows constant

GameShortcutsShortcut const showAllWindows

Represents the location of the "Show All Windows" key on a generalizedkeyboard.

Implementation

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