RelativeKeyframe<T> constructor

const RelativeKeyframe<T>(
  1. Duration duration,
  2. T target
)

Implementation

const RelativeKeyframe(
  this.duration,
  this.target,
);