NavigationDrawer constructor Null safety
Creates a Material Design Navigation Drawer component.
Implementation
const NavigationDrawer({
super.key,
required this.children,
this.backgroundColor,
this.shadowColor,
this.surfaceTintColor,
this.elevation,
this.onDestinationSelected,
this.selectedIndex = 0,
});