tweenTo method

Implementation

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