alorma
Column { LazyColumn( modifier = Modifier .fillMaxWidth(), ) { stickyHeader { Header(onClose) } // items.... } Spacer(modifier = Modifier.weight(1f)) TextButton() }
Akram Bensalem
How did you make the Corner of the bottomsheet rounded ?!
RoundedCornerShape( topStart = 16.dp, topEnd = 16.dp, )
And how you make the background with dark color
ModalBottomSheetLayout
A modern programming language that makes developers happier.