), child: new Center( child: new Container( padding: const EdgeInsets.only(top: 16.0), child: Container( width: 200.0, height: 30.0, color: Colors.black12, ), ))), Transform( transform: Matrix4.translationValues( _lateAnimation.value * width, 0.0, 0.0, ), child: new Center( child: new Container( padding: const EdgeInsets.only(top: 16.0), child: Container( width: 200.0, height: 30.0, color: Colors.black12, ), ))), Transform( transform: Matrix4.translationValues( _animation.value * width, 0.0, 0.0, ), child: new Center( child: new Container( padding: const EdgeInsets.only(top: 16.0), child: Container( width: 200.0, height: 30.0, color: Colors.black12, ), ))), Transform( transform: Matrix4.translationValues( _lateAnimation.value * width, 0.0, 0.0, ), child: new Center( child: new Container( padding: const EdgeInsets.only(top: 16.0), child: Container( width: 200.0, height: 30.0, color: Colors.black12, ), ))),