f21 constant

Represents the location of the "F21" key on a generalized keyboard.

Implementation

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