kMinFlingVelocity top-level constant Null safety
The minimum velocity for a touch to consider that touch to trigger a fling gesture.
Implementation
// TODO(ianh): Make sure nobody has their own version of this.
const double kMinFlingVelocity = 50.0;