SWIFTUI VStack Alignment

VStack(alignment: .leading) {
    Text("SwiftUI")
    Text("rocks")
}
Sleepy Shrike