tweenTo method

Implementation

EdgeInsetsGeometryTween tweenTo(EdgeInsetsGeometry end) {
  return EdgeInsetsGeometryTween(begin: this, end: end);
}