I have a TabBarView() with an amount of different views. I want of them to be a Column with a TextField at top and a ListView.Builder() below, but both widgets should be in
Add physics: NeverScrollableScrollPhysics() inside Listview.builder() method and the nested Listview will scroll
physics: NeverScrollableScrollPhysics()
Listview.builder()
Listview