I can't find solution how can I follow scroll user motion.I tried use slivers but don't helped.
When the user is at the top of the list and scrolls down, shows the search bar (show will follow the scroll motion, in the initial state, the search bar is not visible), when scrolling up, the search bar will not be visible.I want to make scroll animation like ios settings.
This is my demo, add a listener to
ScrollController
then you can make the TextField visible or invisible.