mediaRewind constant

GameShortcutsShortcut const mediaRewind

Represents the location of the "Media Rewind" key on a generalizedkeyboard.

Implementation

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