Creates details for a GestureDragEndCallback.
The velocity argument must not be null.
Source
DragEndDetails({ this.velocity: Velocity.zero }) {
assert(velocity != null);
}
Creates details for a GestureDragEndCallback.
The velocity argument must not be null.
DragEndDetails({ this.velocity: Velocity.zero }) {
assert(velocity != null);
}