My listview just has a few items, and I don't want to scroll up and down. So how to ban it?
Asked
Active
Viewed 219 times
1 Answers
2
Define the never scroll physics
ListView(..., physics: const NeverScrollableScrollPhsics())

Günter Zöchbauer
- 623,577
- 216
- 2,003
- 1,567