NavigationDrawerDestination constructor
Creates a navigation drawer destination.
Implementation
const NavigationDrawerDestination({
super.key,
this.backgroundColor,
required this.icon,
this.selectedIcon,
required this.label,
this.enabled = true,
});