hiding property

bool hiding

Implementation

bool get hiding =>
    controller.status == AnimationStatus.reverse && isAnimating;