BottomBarItem constructor
BottomBarItem({})
Implementation
BottomBarItem({
this.icon,
this.activeIcon,
this.text,
this.tag,
this.extra,
this.normalIconSize,
this.selectedIconSize,
this.selectedHiddenText = false,
this.normalHiddenText = false,
this.isConvex = false,
this.convex,
this.tabIndex = 0,
});