afterInitialBuild property
Called after the widget is inserted in the widget tree.
Implementation
final void Function(BuildContext context)? afterInitialBuild;
Called after the widget is inserted in the widget tree.
final void Function(BuildContext context)? afterInitialBuild;