AntdTabBar constructor
const
AntdTabBar({
- Key? key,
- AntdTabBarStyle? style,
- AntdStyleBuilder<
AntdTabBarStyle, AntdTabBar> ? styleBuilder, - int activeIndex = 1,
- AntdTabBarOnChange? onChange,
- AntdPosition? safeArea,
- required List<
AntdTabBarItem> items,
Implementation
const AntdTabBar(
{super.key,
super.style,
super.styleBuilder,
this.activeIndex = 1,
this.onChange,
this.safeArea,
required this.items});