controller property

AnimationController controller
getter/setter pairinherited

拖拽惯性动画控制器

Implementation

late AnimationController controller = AnimationController.unbounded(
  vsync: vsync,
)..addListener(animateListener);