79780891

Date: 2025-10-02 12:04:08
Score: 1.5
Natty:
Report link

Try:

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

Output:

Output

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: thisisjaymehta