menu
phoenix_tabbar package
documentation
normal/switch_title.dart
SwitchTitle
onSelect property
onSelect property
dark_mode
light_mode
onSelect
property
void Function
(
int
index
)
?
onSelect
final
选中时的回调 index 选中的title的索引
Implementation
final void Function(int index)? onSelect;
phoenix_tabbar package
documentation
normal/switch_title
SwitchTitle
onSelect property
SwitchTitle class