undoController property

UndoHistoryController? undoController
final

Controller for managing undo/redo operations.

When provided, enables undo/redo functionality for text editing operations. Allows users to revert and restore text changes.

Implementation

final UndoHistoryController? undoController;