Construct a Tween that evaluates its parent in reverse.
parent
ReverseTween(this.parent) : super(begin: parent.end, end: parent.begin);