onUpdate property
A function that is called when the value managed by the ValueBuilder is updated.
Implementation
final ValueBuilderUpdateCallback<T>? onUpdate;
A function that is called when the value managed by the ValueBuilder is updated.
final ValueBuilderUpdateCallback<T>? onUpdate;