velocityScalar property
final
The velocity scalar per pixel over scroll.
It represents how the velocity scale with the over scroll distance. The auto-scroll velocity = (distance of overscroll) * velocityScalar.
Implementation
final double velocityScalar;