Home > Software design >  Remove extra space after ListView.builder
Remove extra space after ListView.builder

Time:08-26

I am trying to remove extra space after the listview builder but i am not successful I tried different approaches like I wrapped my listview.builder with MediaQuery.removePadding and set the padding value to zero I also set the padding for the listview.builder to zero as well but i am not getting the required output. I don't know where i am making the mistake. You can see the current output here

image

after setting shrinkWrap: true enter image description here

  • Related