RelativeKeyframe<T> constructor
const
RelativeKeyframe<T> (
- Duration duration,
- T target
Creates a relative keyframe that animates to the target value.
Parameters
duration- How long to animate totarget.target- The ending value for this keyframe.
Implementation
const RelativeKeyframe(
this.duration,
this.target,
);