redo constant
GameShortcutsShortcut
const redo
Represents the location of the "Redo" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut redo = GameShortcutsShortcut(
key: PhysicalKeyboardKey.redo,
name: 'redo',
);