Body extending behind the bottomappbar, how to prevent it?

438 Views Asked by At

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?

enter image description here

like this

1

There are 1 best solutions below

0
On

just add this in scaffold extendBody:false,