f11 constant

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

Implementation

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