isOpen property

bool isOpen

Whether the panel is fully opened

Implementation

bool get isOpen => _animationController.status == AnimationStatus.completed;