indexIsChanging property

bool indexIsChanging

True while we're animating from previousIndex to index as a consequence of calling animateTo.

Implementation

bool get indexIsChanging => _controller.indexIsChanging;