flutter 中的 PageView 应该类似于Android 中的ViewPager ,可以和底部导航或者 Tab Bar 联动时。
当然如果需要禁止滑动:
PageView中有physics 属性:具体内容可查看官方文档
禁止滑动可以这样使用:
![](https://img.haomeiwen.com/i1731043/04972c646202f2d5.jpg)
flutter 中的 PageView 应该类似于Android 中的ViewPager ,可以和底部导航或者 Tab Bar 联动时。
当然如果需要禁止滑动:
PageView中有physics 属性:具体内容可查看官方文档
禁止滑动可以这样使用:
本文标题:Flutter PageView 禁止滑动
本文链接:https://www.haomeiwen.com/subject/nyjilftx.html
网友评论