ScaleEndDetails constructor

ScaleEndDetails(
  1. {Velocity velocity = Velocity.zero,
  2. double scaleVelocity = 0,
  3. int pointerCount = 0}
)

Creates details for GestureScaleEndCallback.

Implementation

ScaleEndDetails({ this.velocity = Velocity.zero, this.scaleVelocity = 0, this.pointerCount = 0 });