drive method
Implementation
TimelineAnimatable<T> drive(AnimationController controller) {
return TimelineAnimatable(controller.duration!, this);
}
TimelineAnimatable<T> drive(AnimationController controller) {
return TimelineAnimatable(controller.duration!, this);
}