backspace constant

GameShortcutsShortcut const backspace

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

Implementation

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