onUpdate property
void Function(T)?
onUpdate
final
Callback called when the value is updated.
Implementation
final void Function(T)? onUpdate;
Callback called when the value is updated.
final void Function(T)? onUpdate;