I have a widget tree like this:
SingleChildScrollView Column Container ListView(or GridView)
the problem is that when my wid
I am using nested Listviews and this helped me. Add these lines in all of your ListviewBuilders
Listviews
ListviewBuilders
ListView( shrinkWrap: true, primary: false, ),