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