BottomBarItem constructor

BottomBarItem({
  1. String? icon,
  2. String? activeIcon,
  3. String? name,
  4. int? index,
})

Implementation

BottomBarItem({this.icon, this.activeIcon, this.name, this.index});