In SwiftUI List Appears to have a property called ListStyle.
List
ListStyle
How can i change the style of the list
struct ListView : View {
in Xcode 11.2.1, Right answer is in the below.
.listStyle(GroupedListStyle()) Conforming Types -> CarouselListStyle DefaultListStyle GroupedListStyle PlainListStyle SidebarListStyle
ref:https://developer.apple.com/documentation/swiftui/liststyle