menu
fanci package
documentation
animation/tabs_indicator.dart
IndexSelectionController
select method
select method
dark_mode
light_mode
select
method
void
select
(
int
tabIndex
)
Implementation
void select(int tabIndex) { _value = IndexSelection(tabIndex, _value.current); notifyListeners(); }
fanci package
documentation
animation/tabs_indicator
IndexSelectionController
select method
IndexSelectionController class