browserStop constant

GameShortcutsShortcut const browserStop

Represents the location of the "Browser Stop" key on a generalizedkeyboard.

Implementation

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