NestedNavigator constructor
const
NestedNavigator({
- Key? key,
- required BuildContext parentContext,
- required ValueNotifier<
PreferredSizeWidget?> appBarNotifier, - required ValueNotifier<
bool> showAppBarNotifier, - String? initialRoute,
- required List<
BartMenuRoute> routes, - SideBarOptions? sideBarOptions,
- dynamic onWillPop()?,
Implementation
const NestedNavigator({
super.key,
required this.parentContext,
required this.navigationKey,
required this.appBarNotifier,
required this.showAppBarNotifier,
this.initialRoute,
required this.routes,
required this.navigatorObserver,
this.sideBarOptions,
this.onWillPop,
});