Is there a way to hide the arrow icon to the right of the navigation link view?
I've tried to find the property that can hide the arrow icon, but I couldn't.
List(newsList, id: \.id) { article in
NavigationLink(destination: NewsLetterView(news: article)) {
NewsCell(news: article)
}
}
No modifier?