superKey constant

GameShortcutsShortcut const superKey

Represents the location of the "Super Key" key on a generalized keyboard.

Implementation

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