controller property
拖拽惯性动画控制器
Implementation
late AnimationController controller = AnimationController.unbounded(
vsync: vsync,
)..addListener(animateListener);
拖拽惯性动画控制器
late AnimationController controller = AnimationController.unbounded(
vsync: vsync,
)..addListener(animateListener);