DragToCartAnimationOptions constructor
const
DragToCartAnimationOptions({})
Implementation
const DragToCartAnimationOptions({
this.duration = const Duration(milliseconds: 1000),
this.curve = Curves.easeIn,
this.rotation = false,
});