ScrollNavigationItem constructor
const
ScrollNavigationItem({})
Creates an item that is used with ScrollNavigation.items.
The argument icon
should not be null and the argument title
if null or empty don't show it.
Implementation
const ScrollNavigationItem({
this.icon,
this.title,
this.titleStyle,
this.activeIcon,
});