menu
antd_flutter_mobile package
documentation
components/tabs/index.dart
AntdBaseTabs<Style extends AntdTabsStyle, T extends AntdTab, WidgetType>
activeValue property
activeValue property
dark_mode
light_mode
activeValue
property
String
?
activeValue
final
默认选中的标签key(为空时不激活任何一个)
Implementation
final String? activeValue;
antd_flutter_mobile package
documentation
components/tabs/index
AntdBaseTabs<Style extends AntdTabsStyle, T extends AntdTab, WidgetType>
activeValue property
AntdBaseTabs class