onUpdate property

void Function(T)? onUpdate
final

Callback called when the value is updated.

Implementation

final void Function(T)? onUpdate;