I'm creating an app that requires a bottomModalSheet to stay persistant in all (Bottom) tabs regardless of which one I select. I've gotten it to work on a single BottomTab, but once I click on the other it loses it's state and the Modal is gone as well.
I'm using GoRouter for routing, modal_bottom_sheet for the modalBottomSheet.
BTW I've added BottomSheet on the Main Scaffold. Problem is I can't go on any other screen from that bottomSheet(They come behind it rather than on top of it)