InheritedHyperTree constructor
const
InheritedHyperTree({
- required HyperRouter router,
- required Widget child,
- Key? key,
Implementation
const InheritedHyperTree({
required this.router,
required super.child,
super.key,
});