didUpdateWidget property
Callback function that is called when the widget is updated.
Implementation
final void Function(Binder<T> oldWidget, BindElement<T> state)?
didUpdateWidget;
Callback function that is called when the widget is updated.
final void Function(Binder<T> oldWidget, BindElement<T> state)?
didUpdateWidget;