ColorTab constructor
ColorTab({})
Implementation
ColorTab({
required this.tabs,
this.selectedIndex = 0,
this.textColor = Colors.white,
this.fontSize = 14,
this.colorReverse = false,
required this.onSelectTab,
});