InheritedGoRouter constructor Null safety
Default constructor for the inherited go router.
Implementation
const InheritedGoRouter({
required super.child,
required this.goRouter,
super.key,
}) : super(notifier: goRouter);
Default constructor for the inherited go router.
const InheritedGoRouter({
required super.child,
required this.goRouter,
super.key,
}) : super(notifier: goRouter);