I have a SingleChildScrollView, its scrollDirection is set to Vertical with number children widgets placed inside a ListView.bulder Widget. I want to programmatically scroll to the middle widget in the ListView and when the middle widget is reached(waits 2 seconds).
Scroll specific item in SigleChildScrollView.