f10 constant

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

Implementation

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