Tween({T begin, T end })

Creates a tween.

The begin and end arguments must not be null.

Source

Tween({ this.begin, this.end });