The text that VoiceOver reads when the user focuses on the component.
Sets the VoiceOver label for a component.
.accessibilityLabel(label: string)
Button("", () => share())
.accessibilityLabel("Share")
Image({ url: "profile.jpg" })
.resizable()
.frame({ width: 48, height: 48 })
.clipShape(Circle())
.accessibilityLabel("Profile photo")