Answers for "prevent listview from scrolling flutter"

2

disable scrollview flutter

physics = NeverScrollableScrollPhysics()
Posted by: Guest on May-14-2020
0

flutter listview disable scroll

physics: const NeverScrollableScrollPhysics()
Posted by: Guest on September-12-2020

Code answers related to "prevent listview from scrolling flutter"

Browse Popular Code Answers by Language