BottomNavigationBarItem constructor
const
BottomNavigationBarItem({})
Implementation
const BottomNavigationBarItem({
required this.icon,
this.label,
this.labelComponent,
this.classes,
this.tooltip,
this.key,
});