closedCaptionToggle constant

GameShortcutsShortcut const closedCaptionToggle

Represents the location of the "Closed Caption Toggle" key on ageneralized keyboard.

Implementation

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