keyB constant

Represents the location of the "Key B" key on a generalized keyboard.

Implementation

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