标签: dart flutter
我的列表视图只有几项,并且我不想上下滚动。 那么如何禁止呢?
答案 0 :(得分:1)
定义永不滚动的物理学
ListView(..., physics: const NeverScrollableScrollPhsics())