slash constant

GameShortcutsShortcut const slash

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

Implementation

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