Answers for "how to disable scrolling in listview"

2

disable scroll in listview flutter

ListView.builder(
physics: ClampingScrollPhysics(), // <----
// ...
Posted by: Guest on October-22-2020

Code answers related to "how to disable scrolling in listview"

Code answers related to "Dart"

Browse Popular Code Answers by Language