will_tabbar
A highly customisable and simple tabbar widget.
Media

Usage
A simple usage example:
WillTabBar(
onTap: (index){
setState(() {
willTabBarCurrentValue = index;
});
},
currentValue: (){
return willTabBarCurrentValue;
},
tabBarItemTitles: titles3,
normalTextFontSize: 16,
selectTextFontSize: 26,
normalTextColor: Colors.green,
selectTextColor: Colors.amber,
customBarWidth: 0.8,
)
Description
A highly customisable and simple tabbar widget.
Notes
Any help, suggestion or criticism is appreciated!
Cheers.