Answers for "how to disable scroll in page view ionflutter"

2

disable scrollview flutter

physics = NeverScrollableScrollPhysics()
Posted by: Guest on May-14-2020
0

flutter pageview disable scroll

PageView(physics:new NeverScrollableScrollPhysics())
Posted by: Guest on February-27-2021

Code answers related to "how to disable scroll in page view ionflutter"

Browse Popular Code Answers by Language