ScaleEndDetails constructor Null safety
Creates details for GestureScaleEndCallback.
The velocity argument must not be null.
Implementation
ScaleEndDetails({ this.velocity = Velocity.zero, this.pointerCount = 0 })
: assert(velocity != null);
Creates details for GestureScaleEndCallback.
The velocity argument must not be null.
ScaleEndDetails({ this.velocity = Velocity.zero, this.pointerCount = 0 })
: assert(velocity != null);