BarItem constructor
const
BarItem({})
Implementation
const BarItem({
Key? key,
this.widget,
this.iconData,
required this.title,
required this.selected,
required this.activeColor,
required this.deActiveColor,
required this.iconSize,
required this.textStyle,
}) : super(key: key);