AnimatedOpacity ( Child: myWidget, opacity: _currentOpacity, duration: const Duration(seconds:1), ) // elsewhere in the code setState( () => _currentOpacity=1);.
確定! 回上一頁