RelativeKeyframe<T> constructor
const
RelativeKeyframe<T> (
- Duration duration,
- T target
Implementation
const RelativeKeyframe(
this.duration,
this.target,
);
const RelativeKeyframe(
this.duration,
this.target,
);