How to remove the left and right Padding of a List in SwiftUI? Every List i create has borders to the leading and trailing of a cell.
What modifier should I add to r
The modifier was
.listRowInsets(EdgeInsets(......))