ZdsTabBar constructor
- {List<
ZdsTab> tabs = const <ZdsTab>[], - Key? key,
- ZdsTabBarColor color = ZdsTabBarColor.basic,
- TabController? controller,
- bool isScrollable = false,
- EdgeInsets labelPadding = kTabLabelPadding,
- TextStyle? labelStyle,
- bool topSafeArea = true,
- bool bottomSafeArea = false}
Makes a TabBar with Zds styling applied. It's recommended to instead use ZdsResponsiveTabBar.
Implementation
const ZdsTabBar