menu
stormy_kit package
documentation
widgets/base/base_tab_bar.dart
BaseTabBar
onChange property
onChange property
dark_mode
light_mode
onChange
property
ValueChanged
<
int
>
?
onChange
final
Tab 切换时的回调,参数为当前选中 tab 的索引
Implementation
final ValueChanged<int>? onChange;
stormy_kit package
documentation
widgets/base/base_tab_bar
BaseTabBar
onChange property
BaseTabBar class