Answers for "remove scroll bar from listview flutter"

2

disable scroll in listview flutter

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

Code answers related to "remove scroll bar from listview flutter"

Browse Popular Code Answers by Language