xxxxxxxxxx
ListView.separated(
// Add this line in the list building code
physics: NeverScrollableScrollPhysics(),
// Continue
xxxxxxxxxx
SingleChildScrollView
Column
Container
ListView(
shrinkWrap: true,
physics: NeverScrollableScrollPhysics(),
//...
)