AtomicNavigationDestination constructor
const
AtomicNavigationDestination({})
Implementation
const AtomicNavigationDestination({
required this.icon,
this.selectedIcon,
required this.label,
this.tooltip,
this.badge,
this.enabled = true,
});