Giang
ModalBottomSheetLayout( ... sheetContent = { ... AnimatedVisibility(visible = visible, exit = shrinkOut()) { Button( onClick = {}, text = "Text", modifier = Modifier.height(300.dp), ... ) } ... }, modifier = modifier, ) {}
Oleksandr Balan
Fixed an issue where ModalBottomSheetLayout would crash in an edge case on orientation change. Layout animations (e.g. Modifier.animateContentSize) in/on the sheet content now work smoothly.
ModalBottomSheetLayout
Modifier.animateContentSize
A modern programming language that makes developers happier.