AnimationRunner constructor

AnimationRunner(
  1. double from,
  2. double to,
  3. Duration duration,
  4. Curve curve,
)

Implementation

AnimationRunner(this.from, this.to, this.duration, this.curve);