TabbarWidget constructor
TabbarWidget({})
Implementation
TabbarWidget({
this.selectedIndex = 0,
this.tabBarSelected,
required this.tabBarBackgroundColor,
required this.itemSelectedColor,
required this.itemNormalColor,
required this.tabIcons,
});