menu
flutter_tabs package
documentation
tabs.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_tabs package
documentation
tabs
CustomTabBarController
animateToIndex method
CustomTabBarController class