先讓我們來加入透明度變化,使用 AnimatedOpacity ,基本上每一個這樣的Widget都必須帶 duration ... body: Center( child: AnimatedOpacity( opacity: logoOpacity, ...
確定! 回上一頁