isCollapsed property

bool isCollapsed

Only returns true if the bottom sheet is fully collapsed

Implementation

bool get isCollapsed => _animationController?.value == 0.0;