isBouncing property

bool get isBouncing

Returns whether it is not currently bouncing overscrolling.

Implementation

bool get isBouncing => lentPixels.abs() > precisionErrorTolerance;