autoScrollerVelocityScalar 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.
Defaults to 50 if not set or set to null.
Implementation
final double? autoScrollerVelocityScalar;