SubZeroTabBar constructor
const
SubZeroTabBar({
- Key? key,
- required TabController controller,
- required List<
String> tabs, - SubZeroTabVariant variant = SubZeroTabVariant.primary,
- bool isScrollable = false,
- ValueChanged<
int> ? onTap,
Implementation
const SubZeroTabBar({
super.key,
required this.controller,
required this.tabs,
this.variant = SubZeroTabVariant.primary,
this.isScrollable = false,
this.onTap,
});