onUpdate property
void Function(T)?
onUpdate
final
A function that is called when the value managed by the ValueBuilder is updated.
Implementation
final void Function(T)? onUpdate;
A function that is called when the value managed by the ValueBuilder is updated.
final void Function(T)? onUpdate;