redo constant

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

Implementation

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