79217760

Date: 2024-11-23 11:57:31
Score: 0.5
Natty:
Report link

LabeledContent would be a more natural solution since it was created specifically for this purpose.

NavigationLink {
    TestView()
} label: {
    LabeledContent(fruit, value: "Details")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Atakan Yıldırım