ReversibleAnimation<T> constructor
- Animation<
double> parent, { - required Animatable<
T> forward, - required Animatable<
T> reverse,
Implementation
ReversibleAnimation(
this.parent, {
required this.forward,
required this.reverse,
});