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