ProvidersPlus constructor
const
ProvidersPlus({
- Key? key,
- required List<
ProviderPlus> providers, - required Widget child,
Implementation
const ProvidersPlus({
Key? key,
required this.providers,
required this.child,
}) : super(key: key);