maxFlingVelocity property Null safety

double? maxFlingVelocity
read / write

Fling velocity magnitudes will be clamped to this value.

If null then kMaxFlingVelocity is used.

Implementation

double? maxFlingVelocity;