tweenTo method

Implementation

RelativeRectTween tweenTo(RelativeRect end) {
  return RelativeRectTween(begin: this, end: end);
}