Create an RectTween form this value to the provided end value
RectTween tweenTo(Rect end) { return RectTween(begin: this, end: end); }