AbsoluteKeyframe<T> constructor

const AbsoluteKeyframe<T>(
  1. Duration duration,
  2. T from,
  3. T to
)

Implementation

const AbsoluteKeyframe(
  this.duration,
  this.from,
  this.to,
);