I’m trying to display snackbars on top of ModalBottomSheet but didn’t find any way to make it work. (searched all topics here)
Mainly the ModalBottomSheet is launched by pressing a button on a screen and opens another screen inside of it. The snackbar is shown behind this bottomsheet, so it seems that the context given as an argument coresponds to the initial screen.
Thank you!