canDrag property

bool get canDrag

Implementation

bool get canDrag =>
    physics?.shouldAcceptUserOffset(_getTestPageMetrics(context)) ?? true;