Код: Выделить всё
ModalBottomSheet(
modifier = Modifier
.height(dimensionResource(id = R.dimen.bottomsheet_height))
.fillMaxWidth()
.clip(shape = RoundedCornerShape(8.dp, 8.dp, 0.dp, 0.dp))
.background(color = colorResource(R.color.lightness100)),
onDismissRequest = { /*TODO*/ },
sheetState = rememberModalBottomSheetState(
skipPartiallyExpanded = false,
)
){
Text("teTE")
}
Есть идеи, почему ничего не отображается?
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/786 ... -displayed
Мобильная версия