initState(); controller = AnimationController( duration: const Duration(seconds: 2), vsync: this, ); //匀速 //图片宽高从0变到300 animation = Tween(begin: ...
確定! 回上一頁