isFading property

bool get isFading

True if the fade animation is active.

Implementation

bool get isFading => _config.fadeConfig != null && _fadeCtrl != null && _fadeCtrl!.isAnimating;