Answers for "how stop scrolling of listview builder"

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 "how stop scrolling of listview builder"

Browse Popular Code Answers by Language