var body: some View { List { Text("A List Item") Text("A Second List Item") Text("A Third List Item") } }