final CurvedAnimation curve = CurvedAnimation(parent: controller, curve: Curves.easeIn);. 第二个参数是Curve 对象,表示动画曲线函数, ...
確定! 回上一頁