tweenTo method

Implementation

BorderRadiusTween tweenTo(BorderRadius end) {
  return BorderRadiusTween(begin: this, end: end);
}