DragEndDetails({Velocity velocity: Velocity.zero })

Creates details for a GestureDragEndCallback.

The velocity argument must not be null.

Source

DragEndDetails({ this.velocity: Velocity.zero }) {
  assert(velocity != null);
}