CancelSwipe constructor

CancelSwipe(
  1. AnimationController animation, {
  2. required Offset? begin,
})

Implementation

CancelSwipe(
  super.animation, {
  required super.begin,
}) : super(end: Offset.zero);