menu
antd_flutter_mobile package
documentation
components/tabs/index.dart
AntdBaseTabs<Style extends AntdTabsStyle, T extends AntdTab, WidgetType>
tabs property
tabs property
dark_mode
light_mode
tabs
property
List
<
T
>
tabs
final
标签页配置列表(至少包含一个标签)
Implementation
final List<T> tabs;
antd_flutter_mobile package
documentation
components/tabs/index
AntdBaseTabs<Style extends AntdTabsStyle, T extends AntdTab, WidgetType>
tabs property
AntdBaseTabs class