ZdsTabBar constructor

const ZdsTabBar(
  1. {List<ZdsTab> tabs = const <ZdsTab>[],
  2. Key? key,
  3. ZdsTabBarColor color = ZdsTabBarColor.basic,
  4. TabController? controller,
  5. bool isScrollable = false,
  6. EdgeInsets labelPadding = kTabLabelPadding,
  7. TextStyle? labelStyle,
  8. bool topSafeArea = true,
  9. bool bottomSafeArea = false}
)

Makes a TabBar with Zds styling applied. It's recommended to instead use ZdsResponsiveTabBar.

Implementation

const ZdsTabBar