ScaleEndDetails({Velocity velocity: Velocity.zero })

Creates details for GestureScaleEndCallback.

The velocity argument must not be null.

Source

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