I have this code to display a list of custom rows.
struct ContentView : View { var body: some View { VStack(alignment: .leading) { List(1
For iOS 14 you have this :
.listStyle(SidebarListStyle()) # IOS 14