autoScrollerVelocityScalar property

double? autoScrollerVelocityScalar
final

The velocity scalar per pixel over scroll.

It represents how the velocity scale with the over scroll distance. The auto-scroll velocity = * velocityScalar.

Defaults to 50 if not set or set to null.

Implementation

final double? autoScrollerVelocityScalar;