AuiTabBar constructor
const
AuiTabBar({})
Creates an AuiTabBar.
Implementation
const AuiTabBar({
super.key,
required this.tabs,
required this.currentIndex,
required this.onTap,
this.indicatorStyle = TabIndicatorStyle.underline,
this.activeColor,
this.inactiveColor,
this.backgroundColor,
this.isScrollable = false,
this.tabHeight = 44.0,
});