Join Slack
Communities
Powered by
How can I set my ModalBottomSheet non dismissable ...
# compose
b
binayshaw7777
02/15/2024, 1:36 PM
How can I set my ModalBottomSheet non dismissable on: 1. Scrim click (outside bottomsheet) 2. Drag down. So, the only way to dismiss it will be: 1. Cancel Button Press (custom) 2. Back press
a
Altynbek Nurtaza
02/15/2024, 6:00 PM
Copy code
confirmValueChange = { false },
inside
rememberModalBottomSheetState
✅ 1
14
Views
Open in Slack
Previous
Next