gameButtonB constant

GameShortcutsShortcut const gameButtonB

Represents the location of the "Game Button B" key on a generalizedkeyboard.

Implementation

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