Flutter:Scrolling To Bottom Automatically when the screen opens
问题 I'm using onpressed() to scroll down to bottom of the List view, but i want to achieve that without Pressing the botton, It must autoscroll for every screen opening. I tried to put it inside initState() its not working but if i press the button it wokrks How to make it autoScroll? Working code: floatingActionButton: new FloatingActionButton(child: Icon(Icons.arrow_downward),onPressed:_hola,) _hola(){ print("inti state started successfully"); controller1.animateTo( controller1.position