isExpanded property

bool isExpanded

Only returns true if the bottom sheet is fully expanded

Implementation

bool get isExpanded => _animationController?.value == 1.0;