tweenTo method

Create an BoxConstraintsTween form this value to the provided end value

Implementation

BoxConstraintsTween tweenTo(BoxConstraints end) {
  return BoxConstraintsTween(begin: this, end: end);
}