ZeroTabBar constructor
const
ZeroTabBar({
- Key? key,
- required List<
ZeroTab> tabs, - TabController? controller,
- ValueChanged<
int> ? onTap, - ScrollPhysics? physics,
- ZeroTabBarStyle? style,
Implementation
const ZeroTabBar({
super.key,
required this.tabs,
this.controller,
this.onTap,
this.physics,
this.style,
});