how to use Listview in singlechield Scroll view in flutter container code example
Example: listview inside singlechildscrollview flutter scrolling
SingleChildScrollView
Column
Container
ListView(
shrinkWrap: true,
physics: NeverScrollableScrollPhysics(),
//...
)