getUndoController method

UndoHistoryController getUndoController()

Returns the undoController of the matched EditableText via Widget.toDiagnosticsNode

Implementation

UndoHistoryController getUndoController() {
  return getDiagnosticProp<UndoHistoryController>('undoController');
}