Guilherme Delgado
02/19/2024, 3:00 PMGuilherme Delgado
02/19/2024, 3:01 PMBox(
Modifier
.fillMaxSize()
.requiredSize(DpSize(400.dp, 800.dp))
.background(Color.LightGray)
) {}
Makes sure my Box
content doesn’t get “pushed around”:Guilherme Delgado
02/19/2024, 3:01 PMGuilherme Delgado
02/19/2024, 3:03 PM400.dp
just to simulate a “visible window restriction”. I don’t have experience in developing for web/browser, so maybe even this restrictions aren’t possible outside compose-multiplatform. It’s just a curiosity.Dima Avdeev
02/20/2024, 5:44 AMArjan van Wieringen
02/20/2024, 9:44 AMGuilherme Delgado
02/20/2024, 10:26 AM