indexIsChanging property
True while we're animating from previousIndex to index.
Implementation
bool get indexIsChanging => _indexIsChangingCount != 0;
True while we're animating from previousIndex to index.
bool get indexIsChanging => _indexIsChangingCount != 0;