print constant

GameShortcutsShortcut const print

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

Implementation

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