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