info constant

Represents the location of the "Info" key on a generalized keyboard.

Implementation

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