tweenTo method

Create an EdgeInsetsGeometryTween form this value to the provided end value

Implementation

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