I\'m trying to insert a ListView to take the remaining space of a Column. Using Expanded(child: ListView) does not work, I have to use
ListView
Column
Expanded(child: ListView)