Overlay fixed navigation bar

Hello everyone, I was wondering if it is possible to create an overlay floating navigation bar that has a fixed position when scrolling. Something like the image attached.
flutter_floating_bottom_bar

It is possible, and it actually is quite simple. Check this out, you need to set the div/section/whatever your navbar container is to: position: fixed and bottom:0 (or whatever number you want it to be).