FastNavigationDestination constructor
const
FastNavigationDestination({})
Implementation
const FastNavigationDestination({
required this.label,
required this.icon,
required this.path,
this.selectedIcon,
this.tooltip,
this.key,
});