indexIsChanging property
bool
get
indexIsChanging
True while we're animating from previousIndex to index as a consequence of calling animateTo.
Implementation
bool get indexIsChanging =>
_tabController?.indexIsChanging == true || _pageIndexIsChanging;