Flutter

 ListView禁止用户上下滑动可以使用physics属性

physics: const NeverScrollableScrollPhysics()
原文地址:https://www.cnblogs.com/hupo376787/p/10280526.html