Answers for "stop scroll in listview in flutter"

2

disable scroll in listview flutter

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

Code answers related to "stop scroll in listview in flutter"

Browse Popular Code Answers by Language