ComponentRegistryProvider constructor Null safety
Implementation
const ComponentRegistryProvider(
{required this.child, required this.components, Key? key})
: super(key: key);
const ComponentRegistryProvider(
{required this.child, required this.components, Key? key})
: super(key: key);