CancelSwipe constructor
CancelSwipe(
- AnimationController animation, {
- required Offset? begin,
Implementation
CancelSwipe(
super.animation, {
required super.begin,
}) : super(end: Offset.zero);