tweenTo method
Create an RelativeRectTween form this value to the provided end value
Implementation
RelativeRectTween tweenTo(RelativeRect end) {
return RelativeRectTween(begin: this, end: end);
}
Create an RelativeRectTween form this value to the provided end value
RelativeRectTween tweenTo(RelativeRect end) {
return RelativeRectTween(begin: this, end: end);
}