didUpdateWidget property

void Function(Binder<T> oldWidget, BindElement<T> state)? didUpdateWidget
final

Callback function that is called when the widget is updated.

Implementation

final void Function(Binder<T> oldWidget, BindElement<T> state)?
    didUpdateWidget;