Flutter: Listview inside a scrollable column does not work in AlertDialog
I am trying to include a listview in an already scrollable Column inside an AlertDialog. I saw that if I used NeverScrollablePhysics()
, shrinkWrap: true
& a SingleChildScrollView()
it should work.