f18 constant

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

Implementation

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