In my flutter app, i have a bottom app bar. when i scroll, the body goes behind the bottom app bar. I don't want this behavior. Is there any way to to show the app body always on the top of the bottom app bar?
Asked
Active
Viewed 360 times
1
-
1Can you include your code-snippet that will reproduce the issue? – Md. Yeasin Sheikh Dec 04 '21 at 12:30
-
1I feel like what you really want is to put that button after the fields list. – MickaelHrndz Dec 04 '21 at 13:53
-
you can add padding to bottom – Jim Dec 06 '21 at 04:14
-
@MickaelHrndz Is there no other way? – John Dec 06 '21 at 06:01
-
Why do you want another way ? Use slivers if you don't want to wrap your list with a `Column` – MickaelHrndz Dec 06 '21 at 18:44