undo constant

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

Implementation

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