ServicesContainerProvider<T extends ServicesContainer> constructor
const
ServicesContainerProvider<T extends ServicesContainer> ({})
Implementation
const ServicesContainerProvider({
super.key,
required this.child,
required this.servicesContainerBuilder,
this.autoDispose = true,
this.autoInit = true,
this.initWidgetBuilder,
});