Alright, that works if you want only evenly spaced lines, that's great!
But what if you needed something like "SpaceEvenly, Text, HeightSpacer(10.dp), Text, SpaceEvenly" (mixing fixed Spacers with Spacers, that should take the remaining spaces)
Seems like you have to use nested Columns? That makes it more complicated than the SwiftUI approach imho, or do I miss something?