tweenTo method

Implementation

AlignmentGeometryTween tweenTo(AlignmentGeometry end) {
  return AlignmentGeometryTween(begin: this, end: end);
}