tweenTo method

DecorationTween tweenTo(
  1. Decoration end
)

Create an DecorationTween form this value to the provided end value

Implementation

DecorationTween tweenTo(Decoration end) {
  return DecorationTween(begin: this, end: end);
}