maxFlingVelocity property Null safety
Scroll fling velocity magnitudes will be clamped to this value.
Implementation
double get maxFlingVelocity => parent?.maxFlingVelocity ?? kMaxFlingVelocity;
Scroll fling velocity magnitudes will be clamped to this value.
double get maxFlingVelocity => parent?.maxFlingVelocity ?? kMaxFlingVelocity;