Flutter – How to only display the ListView when taping on the TextField
I have the suggestions list displayed on the screen by default, and I would like to make the suggestions list shows only when clicking on the text field. I tried to put the listView in side the setState, but it…