tweenTo method

Create an RelativeRectTween form this value to the provided end value

Implementation

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