keyA constant

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

Implementation

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