AntdTabPanel constructor
const
AntdTabPanel({
- Key? key,
- AntdBoxStyle? style,
- AntdStyleBuilder<
AntdBoxStyle, AntdTabPanel> ? styleBuilder, - required List<
Widget> items, - AntdScrollItemFit fit = AntdScrollItemFit.fill,
- bool virtual = false,
- ScrollPhysics? physics = const BouncingScrollPhysics(),
- AntdEdge? alignment = AntdEdge.center,
- bool vertical = false,
- AntdTabController<
AntdTab> ? tabController,
Implementation
const AntdTabPanel({
super.key,
super.style,
super.styleBuilder,
required super.items,
super.fit = AntdScrollItemFit.fill,
super.virtual,
super.physics,
super.alignment = AntdEdge.center,
super.vertical = false,
this.tabController,
});