afterInitialBuild property
Called after the widget is first inserted in the widget tree.
Implementation
final void Function(BuildContext context, ReactiveModel<T>? model)?
afterInitialBuild;
Called after the widget is first inserted in the widget tree.
final void Function(BuildContext context, ReactiveModel<T>? model)?
afterInitialBuild;