Answers for "gridview no scroll flutter"

0

disable scroll gridview flutter

Add this line inside your GridView to disable scrolling

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

Code answers related to "gridview no scroll flutter"

Browse Popular Code Answers by Language