diff --git a/Chapter11/animation_example/lib/secondPage.dart b/Chapter11/animation_example/lib/secondPage.dart index f591876..9d677e8 100644 --- a/Chapter11/animation_example/lib/secondPage.dart +++ b/Chapter11/animation_example/lib/secondPage.dart @@ -43,7 +43,7 @@ class _SecondPage extends State child: Column( children: [ AnimatedBuilder( - animation: _rotateAnimation!, + animation: _animationController!, builder: (context, widget) { return Transform.translate( offset: _transAnimation!.value,