Hi! I am currently experiencing an issue with `ModalBottomSheet` where the bottom sheet is hiding be...
s
Hi! I am currently experiencing an issue with
ModalBottomSheet
where the bottom sheet is hiding behind the system navigation bars, something similar to what is described in this issue. Any ideas what could be the fix? I have tried setting the
windowInsets
parameter to
WindowInsets.navigationBars
, but that isn’t working.
h
Personally I didn't find a fix :(
👍 1
1