f19 constant

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

Implementation

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