Flutter Web: Make Button Scroll with Page and then Show in App Bar

31 Views Asked by At

I'm developing a Flutter Web application that requires a specific button behavior. Initially, the button should be part of the regular page flow. As the user scrolls down, I want the button to scroll along with the page and then appear in the app bar when it's no longer visible in the regular page flow.enter image description here

And when scroll:

enter image description here

0

There are 0 best solutions below