NestedNavigator constructor
const
NestedNavigator({})
Implementation
const NestedNavigator({
String? pathPrefix,
required this.wrapper,
required super.children,
required this.key,
this.navigatorKey,
}) : super(
path: pathPrefix ?? "/",
page: String,
transition: null,
);