drive method

TimelineAnimatable<T> drive(
  1. AnimationController controller
)

Implementation

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