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