InheritedHyperTree constructor

const InheritedHyperTree({
  1. required HyperRouter router,
  2. required Widget child,
  3. Key? key,
})

Implementation

const InheritedHyperTree({
  required this.router,
  required super.child,
  super.key,
});