browserBack constant

GameShortcutsShortcut const browserBack

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

Implementation

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