menu
fanci package
documentation
main.dart
TabSelectionController
select method
select method
dark_mode
light_mode
select
method
void
select
(
int
tabIndex
)
Implementation
void select(int tabIndex) { _value = TabSelection(tabIndex, _value.current); notifyListeners(); }
fanci package
documentation
main
TabSelectionController
select method
TabSelectionController class