Instead of AnimatedOpacity, use a FadeTransition widget. This gives you manual control over the animation: @override Widget build(BuildContext context) ...
確定! 回上一頁