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