hasReachedWillPopThreshold property

bool get hasReachedWillPopThreshold

Implementation

bool get hasReachedWillPopThreshold =>
    widget.animationController.value < _willPopThreshold;