Try:
Row(verticalAlignment = Alignment.CenterVertically) { Column() { Text("Hello World") } Column() { Text("first") Text("Hello World") Text("last") } }
Output: