Hello everyone,
I'm working on a FlutterFlow project and facing an issue related to the SliverAppBar and the device's notification bar. When the SliverAppBar vanishes (collapses) during a scroll, the widget immediately below it gets indented by the height of the status bar. This issue occurs outside of the app's safe area, and using Safe Area on the scaffold does not help. Any way to solve this?
thanks in adance!