NavDestination constructor
const
NavDestination({})
Creates a NavDestination.
Implementation
const NavDestination({
required this.icon,
this.selectedIcon,
required this.label,
this.badge,
this.showInSidebar = true,
});