tweenTo method

Tween<Size> tweenTo(
  1. Size end
)

Implementation

Tween<Size> tweenTo(Size end) {
  return Tween<Size>(begin: this, end: end);
}