问题: Flutter 中如何 禁止 ListView 滑动? 解决方法: 使用 NeverScrollableScrollPhysics physics: const NeverScrollableScrollPhysics() 喜欢 (0)