allowOperations property

  1. @protected
bool allowOperations
inherited

You can override this to prevent undo/redo operations in certain cases (e.g. when in a loading value)

Implementation

@protected
bool get allowOperations => true;