isClosed property

bool get isClosed

Whether the panel is fully closed

Implementation

bool get isClosed => _animationController.status == AnimationStatus.dismissed;