shouldChangeUndoStack property
final
Called when checking whether a value change should be pushed onto the undo stack.
Implementation
final bool Function(T? oldValue, T newValue)? shouldChangeUndoStack;
Called when checking whether a value change should be pushed onto the undo stack.
final bool Function(T? oldValue, T newValue)? shouldChangeUndoStack;