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