ColdDev20
11/21/2024, 7:48 PMModalBottomSheet
from Material3. I want to disable the drag behavior, which can be done by setting
confirmValueChange = {
false
}
However, if the content inside the sheet includes scrollable components, the drag behavior becomes active again. How can I disable drag completely while still allowing the content inside to be scrollable?