backquote constant

GameShortcutsShortcut const backquote

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

Implementation

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