flutter gridview without scroll code example Example: disable scroll in listview flutter ListView.builder( physics: ClampingScrollPhysics(), // <---- // ...