Answers for "how to disable scroll function in flutter"

2

disable scrollview flutter

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

how to disable scroll function in flutter

Add this line inside your GridView to disable scrolling

 physics: NeverScrollableScrollPhysics(),
Posted by: Guest on June-10-2021

Code answers related to "how to disable scroll function in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language