undoController property
final
Controls the undo state of the current editable text.
If null, this widget will create its own UndoHistoryController.
Implementation
final UndoHistoryController? undoController;
Controls the undo state of the current editable text.
If null, this widget will create its own UndoHistoryController.
final UndoHistoryController? undoController;