flutter listview in singlechildscrollview can't scroll all item code example
Example: listview inside singlechildscrollview flutter scrolling
ListView(
primary: false,
shrinkWrap: true,
),
ListView(
primary: false,
shrinkWrap: true,
),