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
You may use ForEach within a ScrollView instead of List for dynamic views without any styling
ForEach
ScrollView