Turn Off Scrollable feature of Listview.builder

3,469

physics: new NeverScrollableScrollPhysics() use this in the listview builder. The listview builder will not scroll

Share:
3,469
GoPro
Author by

GoPro

Look for Eijun - the ace!

Updated on December 06, 2022

Comments

  • GoPro
    GoPro over 1 year

    I want to use ListView.builder because of its itemBuilder feature. But I want to turn the scrollable feature off as it makes my app hard to use, as I end up scrolling only the widgets made using ListView.builder, instead of the entire screen. Thus, only a certain widget of screen scrolls, instead of the complete screen, making it a bad user experience.