Flutter fade animation between page views
问题 I'm trying to find how to fade between PageView pages. This is my pageView: PageView( controller: controller, children: [ Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage("assets/image4.jpg"), fit: BoxFit.cover), ), child: Center( child: Text( 'myText', style: TextStyle(color: Colors.white, fontSize: 40.0), )), ), Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage("assets/image2.jpg"), fit: BoxFit.cover), ), child: Center( child: