NavigationScreen constructor
const
NavigationScreen({
- required List<
NavigationDestination> destinations, - int initialIndex = 0,
- NavigationMode mode = NavigationMode.auto,
- double breakpoint = 768,
- Component? sidebarHeader,
- bool sidebarCollapsible = true,
- bool sidebarCollapsed = false,
- Key? key,
Implementation
const NavigationScreen({
required this.destinations,
this.initialIndex = 0,
this.onNavigationChanged,
this.mode = NavigationMode.auto,
this.breakpoint = 768,
this.sidebarHeader,
this.sidebarFooter,
this.sidebarCollapsible = true,
this.sidebarCollapsed = false,
super.key,
});