3

My listview just has a few items, and I don't want to scroll up and down. So how to ban it?

Vincent
  • 3,124
  • 3
  • 21
  • 40

1 Answers1

2

Define the never scroll physics

ListView(..., physics: const NeverScrollableScrollPhsics())
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567