SmartNavItem constructor
const
SmartNavItem({})
Creates a SmartNavItem for the Smart Navigation Bar.
iconPath and label are required.
Implementation
const SmartNavItem({
required this.iconPath,
this.label,
this.screen,
this.activeColor,
this.inactiveColor,
this.iconSize,
this.badge,
});