undoController property

UndoRedoController? undoController
final

The controller for managing undo/redo operations.

If provided, enables undo/redo functionality in the editor.

Implementation

final UndoRedoController? undoController;