tweenTo method

ColorTween tweenTo(
  1. Color end
)

Implementation

ColorTween tweenTo(Color end) {
  return ColorTween(begin: this, end: end);
}