I\'m trying to remove the "row" separators (known as dividers in SwiftUI) from a List in SwiftUI.
List
I went through the List document
From: Swiftui Views Mastery Book SwiftUI 2.0 Mark Moeykens
.listStyle(SidebarListStyle()) # IOS 14
You can apply this new list style which will remove the separator lines.