NavigationDestination constructor Null safety
Creates a navigation bar destination with an icon and a label, to be used in the NavigationBar.destinations.
Implementation
const NavigationDestination({
super.key,
required this.icon,
this.selectedIcon,
required this.label,
this.tooltip,
});