How can I hide the TextField when I scroll down and display it again when I scroll up?
Advertisements I can’t figure out how to do it I found a couple of different ways, but they don’t quite work for me. I tried to use SilverAppBar, but I couldn’t do what I wanted to do. Now I use the hidable: ^1.0.3 library and with it I got what I wanted but when I… Read More How can I hide the TextField when I scroll down and display it again when I scroll up?