save constant

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

Implementation

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