maxFlingVelocity property

double maxFlingVelocity

Scroll fling velocity magnitudes will be clamped to this value.

Implementation

double get maxFlingVelocity => parent?.maxFlingVelocity ?? kMaxFlingVelocity;