f20 constant

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

Implementation

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