onRebuildState property
Called whenever this widget is notified and after rebuilding the widget.
Implementation
final void Function(BuildContext context, ReactiveModel<T>? model)?
onRebuildState;
Called whenever this widget is notified and after rebuilding the widget.
final void Function(BuildContext context, ReactiveModel<T>? model)?
onRebuildState;