decelerationForce property

double decelerationForce
final

Amount of friction

Affects how smooth to initiate the scrolling when getting out of the idle zone, but will also affect overall speed

A lower value will make the scrolling start abruptly, while a higher value will make it smooth

Implementation

final double decelerationForce;