quote constant

GameShortcutsShortcut const quote

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

Implementation

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