How can I create a traditional Settings-style table row in a SwiftUI List
, where the row is laid out horizontally, with the title on the leading edge, and both a secondary text and a navigation chevron on the trailing edge?
Can I somehow use NavigationLink
and/or another SwiftUI API do this?
Or do I have to cobble together my own custom view, to imitate NavigationLink's
default appearance?