How to create a column that does not impose displacements on child size change
as you can see the widget below the searchBox also know as QuranPicker should draw a full screen dim when expanded and the rest of ui shouldn’t change size or position when it happens. I have tried so many ways but every approach has its shortcomings. I was thinking maybe it’s a better idea to create a custom scaffold or a custom column that handles this but I lack the knowledge. any ideas?