tab栏动画 老卫同学 2024-06-23 69 // tab栏动画 void handleNavBarTap(int index) { pageController.animateToPage( index, duration: const Duration(milliseconds: 100), curve: Curves.linear, ); }