Dismissing Issue
Closed this issue · 2 comments
mohamedmontser commented
lucaszischka commented
Simply don’t use:
.enableTapToDismiss(Bool)
: Makes it possible to dismiss the BottomSheet by tapping somewhere else.
lucaszischka commented
Oh and if you don’t want the sheet in the background to be accessible, simply hide it or implement some sort prevention yourself. This is not something the library will take care of.