metaLeft constant

GameShortcutsShortcut const metaLeft

Represents the location of the "Meta Left" key on a generalized keyboard.

Implementation

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