AntdTabBar constructor

const AntdTabBar({
  1. Key? key,
  2. AntdTabBarStyle? style,
  3. AntdStyleBuilder<AntdTabBarStyle, AntdTabBar>? styleBuilder,
  4. int activeIndex = 1,
  5. AntdTabBarOnChange? onChange,
  6. AntdPosition? safeArea,
  7. required List<AntdTabBarItem> items,
})

Implementation

const AntdTabBar(
    {super.key,
    super.style,
    super.styleBuilder,
    this.activeIndex = 1,
    this.onChange,
    this.safeArea,
    required this.items});