NavigationItem constructor
const
NavigationItem({})
Creates a NavigationItem.
Implementation
const NavigationItem({
required this.icon,
required this.label,
this.selectedIcon,
this.tooltip,
});
Creates a NavigationItem.
const NavigationItem({
required this.icon,
required this.label,
this.selectedIcon,
this.tooltip,
});