AbsoluteKeyframe<T> constructor
const
AbsoluteKeyframe<T> (
- Duration duration,
- T from,
- T to
Implementation
const AbsoluteKeyframe(
this.duration,
this.from,
this.to,
);