AbsoluteKeyframe<T> constructor
const
AbsoluteKeyframe<T> (
- Duration duration,
- T from,
- T to
Creates an absolute keyframe with explicit start and end values.
Parameters
duration- How long to animate fromfromtoto.from- The starting value.to- The ending value.
Implementation
const AbsoluteKeyframe(
this.duration,
this.from,
this.to,
);