NavigationItem constructor
const
NavigationItem({})
Implementation
const NavigationItem({
Key? key,
this.iconData,
required this.title,
this.isCondensed = false,
this.route,
this.onTap,
this.activeItemColor,
this.inactiveItemColor,
this.maxLines,
}) : super(key: key);