mediaPlayPause constant

GameShortcutsShortcut const mediaPlayPause

Represents the location of the "Media Play Pause" key on a generalizedkeyboard.

Implementation

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