Utkarsh Tiwari
03/09/2021, 9:15 AMModalBottomSheetLayout
and it seems like the scrim to dismiss the modal is being triggered when tapping an area within the sheet. Is this expected behaviour?
Here is my codepatrick
03/09/2021, 9:18 AMsheetContent = {
Column(modifier=Modifier.fillMaxWidth()) {
PrimaryButton(
text = "Hello",
onClick = {
}
)
PrimaryButton(
text = "Elon's",
onClick = {
}
)
PrimaryButton(
text = "World",
onClick = {
}
)
}
}
Utkarsh Tiwari
03/09/2021, 9:21 AMpatrick
03/09/2021, 9:30 AMUtkarsh Tiwari
03/09/2021, 12:38 PMjossiwolf
03/14/2021, 10:29 AMmatvei
03/15/2021, 10:58 AM