onUpdate property

ValueBuilderUpdateCallback<T>? onUpdate
final

A function that is called when the value managed by the ValueBuilder is updated.

Implementation

final ValueBuilderUpdateCallback<T>? onUpdate;