f12 constant

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

Implementation

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