Код: Выделить всё
Dialog(
onDismissRequest = onDismiss,
properties = DialogProperties(usePlatformDefaultWidth = false)
) {
(LocalView.current.parent as DialogWindowProvider).apply {
window.setGravity(Gravity.TOP)
window.attributes = window.attributes.apply { y = 150 }
}
...
}
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... ompose-mul
Мобильная версия