isClosing property

bool isClosing

Whether the panel is being closed

Implementation

bool get isClosing => _animationController.status == AnimationStatus.reverse;