Flutter – Why do i have empty space in my ListView when i put it in a drawer but not when its outside of a drawer?
In my Flutter project i wanted to build a textfield for searching up usernames. I have it in a drawer and the search and everything works fine. I wanted to display the found usernames inside a ListView so i used…