void toTab( int index, { Duration? duration, Curve curve = Curves.ease, }) { tabController.animateTo(index, duration: duration, curve: curve); }