menu
flutter_custom_tab_bar package
documentation
indicator/custom_indicator.dart
CustomTabBarController
animateToIndex method
animateToIndex method
dark_mode
light_mode
animateToIndex
method
void
animateToIndex
(
int
targetIndex
)
Implementation
void animateToIndex(int targetIndex) { _animateToIndexCallback?.call(targetIndex); }
flutter_custom_tab_bar package
documentation
indicator/custom_indicator
CustomTabBarController
animateToIndex method
CustomTabBarController class