canPop method

bool canPop()

Whether the bottom sheet can be popped.

Implementation

bool canPop() => _state?._canPop() ?? false;