shouldChangeUndoStack property

bool Function(T? oldValue, T newValue)? shouldChangeUndoStack
final

Called when checking whether a value change should be pushed onto the undo stack.

Implementation

final bool Function(T? oldValue, T newValue)? shouldChangeUndoStack;