f5 constant

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

Implementation

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