isBouncing property
bool
get
isBouncing
Returns whether it is not currently bouncing overscrolling.
Implementation
bool get isBouncing => lentPixels.abs() > precisionErrorTolerance;
Returns whether it is not currently bouncing overscrolling.
bool get isBouncing => lentPixels.abs() > precisionErrorTolerance;