redoCommand top-level property

CommandShortcutEvent redoCommand
final

Redo key event.

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent redoCommand = CommandShortcutEvent(
  key: 'redo',
  getDescription: () => AppFlowyEditorL10n.current.cmdRedo,
  command: 'ctrl+y,ctrl+shift+z',
  macOSCommand: 'cmd+shift+z',
  handler: _redoCommandHandler,
);