Giang
02/03/2023, 2:13 PMval modalSheetState = rememberModalBottomSheetState(
initialValue = ModalBottomSheetValue.Expanded,
skipHalfExpanded = true,
)
ModalBottomSheetLayout(
sheetState = modalSheetState,
sheetContent = {
...
}
) {}
jossiwolf
02/05/2023, 4:42 PMGiang
02/05/2023, 4:43 PMjossiwolf
02/05/2023, 4:51 PM