afterRebuild property
Called after each rebuild of the widget.
Implementation
final void Function(BuildContext context, ReactiveModel<R>? rm)? afterRebuild;
Called after each rebuild of the widget.
final void Function(BuildContext context, ReactiveModel<R>? rm)? afterRebuild;