Is there a way to prevent the sheet from closing entirely? #764
Answered
by
simon-abbott
simon-abbott
asked this question in
Q&A
-
I want to have an always-open bottom sheet, like Maps on iOS, but I can't find a way to prevent the user from dragging the sheet fully closed. Is there a way of preventing them from doing so? |
Beta Was this translation helpful? Give feedback.
Answered by
simon-abbott
Dec 2, 2021
Replies: 1 comment
-
Ah, I see now that there is a way ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simon-abbott
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I see now that there is a way (
enablePanDownToClose = false
), but it's bugged. I'll submit a proper bug report for that tomorrow.