f6 constant

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

Implementation

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