kMaxFlingVelocity top-level constant
Drag gesture fling velocities are clipped to this value.
Implementation
// TODO(ianh): Make sure nobody has their own version of this.
const double kMaxFlingVelocity = 8000.0;
Drag gesture fling velocities are clipped to this value.
// TODO(ianh): Make sure nobody has their own version of this.
const double kMaxFlingVelocity = 8000.0;