I have a widget tree like this:
SingleChildScrollView Column Container ListView(or GridView)
the problem is that when my wid
For me, setting primary to false and shrinkWrap to true worked.
ListView( primary: false, shrinkWrap: true, ),