onRebuildState property

(void Function(BuildContext context, ReactiveModel<T>? model)?) onRebuildState
final

Called whenever this widget is notified and after rebuilding the widget.

Implementation

final void Function(BuildContext context, ReactiveModel<T>? model)?
    onRebuildState;