Creates details for GestureScaleEndCallback.
The velocity argument must not be null.
Source
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);
}