SwipeDetails constructor
Creates the details for a GestureSwipeCallback.
Implementation
const SwipeDetails({
this.direction = '',
this.velocity = Velocity.zero,
});
Creates the details for a GestureSwipeCallback.
const SwipeDetails({
this.direction = '',
this.velocity = Velocity.zero,
});