MultiTweenValues<P> constructor

MultiTweenValues<P>(
  1. Duration _maxDuration,
  2. Map<P, _TweenTrack> _tracks,
  3. double time
)

You don't need to construct this class yourself. It's the result of animating a MultiTween.

Implementation

MultiTweenValues(this._maxDuration, this._tracks, this.time);