Oleh
08/24/2021, 5:13 PMIan Lake
08/24/2021, 5:47 PMOleh
08/24/2021, 5:50 PMdivid3d
08/25/2021, 7:36 AMconfirmStateChange
val sheetState = rememberModalBottomSheetState(
initialValue = ModalBottomSheetValue.Hidden,
confirmStateChange = { stateValue ->
stateValue != ModalBottomSheetValue.HalfExpanded
}
)
Oleh
08/25/2021, 8:51 AM