withTotalDuration method

TimelineAnimatable<T> withTotalDuration(
  1. Duration duration
)

Implementation

TimelineAnimatable<T> withTotalDuration(Duration duration) {
  return TimelineAnimatable(duration, this);
}