undoController property

UndoHistoryController? undoController
final

Controls the undo state of the current editable text.

If null, this widget will create its own UndoHistoryController.

Implementation

final UndoHistoryController? undoController;