resume constant

GameShortcutsShortcut const resume

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

Implementation

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