Are you trying to make your texts aligned based on the leading edge of screen? If so, just make the texts span across the screen like this:
HStack {
Spacer()
Text("Texts here")
Spacer()
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: