menu
flutter_custom_tab_bar package
documentation
indicator/custom_indicator.dart
CustomTabBarController
setCurrentIndex method
setCurrentIndex method
dark_mode
light_mode
setCurrentIndex
method
void
setCurrentIndex
(
int
index
)
Implementation
void setCurrentIndex(int index) { _currentIndex = index; }
flutter_custom_tab_bar package
documentation
indicator/custom_indicator
CustomTabBarController
setCurrentIndex method
CustomTabBarController class