isActive property
bool
get
isActive
Whether the animation is currently active (for backward compatibility).
Implementation
bool get isActive => isAnimating;
Whether the animation is currently active (for backward compatibility).
bool get isActive => isAnimating;