Brian G
Box(Modifier.fillMaxSize(), contentAlignment = Alignment.TopStart) { Box(Modifier.fillMaxWidth().background(Color.Black).requiredHeight(1200.dp), contentAlignment = Alignment.TopStart) { Text("top", Modifier.requiredHeight(300.dp).background(Color.Red).align(Alignment.TopCenter)) Text("middle", Modifier.requiredHeight(300.dp).background(Color.Green).align(Alignment.Center)) Text("bottom", Modifier.requiredHeight(300.dp).background(Color.Blue).align(Alignment.BottomCenter)) } }
Zach Klippenstein (he/him) [MOD]
Brian Guertin
A modern programming language that makes developers happier.