Whether the tab selection is in the process of animating from one value to another.
Source
// TODO(abarth): Try computing this value from _controller.state so we don't // need to keep a separate bool in sync. bool get valueIsChanging => _valueIsChanging;