Abhishek Das
06/06/2024, 6:59 AMAbhishek Das
06/06/2024, 7:09 AMAbhishek Das
06/06/2024, 8:10 AMrememberWindowState.size.width
doesn't seem working as expectedAlexander Maryanovsky
06/06/2024, 9:25 AMLocalWindowInfo.containerSize
, but note that this is not available on AndroidAbhishek Das
06/29/2024, 2:14 PMval state = rememberWindowState()
Window(
onCloseRequest = ::exitApplication,
state = state
) {
val windowWidth = state.size.width
}