InheritedRegistry constructor Null safety
- {Key? key,
- required Widget child,
- required ComponentRegistry componentRegistry}
Implementation
const InheritedRegistry(
{Key? key,
required Widget child,
required ComponentRegistry componentRegistry})
: _componentRegistry = componentRegistry,
super(key: key, child: child);