isAnimating property

bool get isAnimating

Whether the animation is currently in progress

Implementation

bool get isAnimating =>
    state == RevealState.opening || state == RevealState.closing;