AntdTabs constructor
const
AntdTabs({
- Key? key,
- AntdTabsStyle? style,
- AntdStyleBuilder<
AntdTabsStyle, AntdTabs> ? styleBuilder, - Widget? leftExtra,
- Widget? rightExtra,
- AntdTabController<
AntdTab> ? controller, - String? activeValue,
- AntdTabsOnChange<
AntdTab> ? onChange, - AntdTabAlignment tabAlignment = AntdTabAlignment.center,
- required List<
AntdTab> tabs, - AntdIndicatorPosition indicatorPosition = AntdIndicatorPosition.bottom,
- AntdIndicatorMode indicatorMode = AntdIndicatorMode.fixed,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
Implementation
const AntdTabs(
{super.key,
super.style,
super.styleBuilder,
super.leftExtra,
super.rightExtra,
super.controller,
super.activeValue,
super.onChange,
super.tabAlignment = AntdTabAlignment.center,
required super.tabs,
super.indicatorPosition = AntdIndicatorPosition.bottom,
super.indicatorMode = AntdIndicatorMode.fixed,
super.hapticFeedback});