strokeBorder(style:antialiased:)
Returns a view that is the result of insetting self by style.lineWidth / 2, stroking the resulting shape with style, and then filling with the foreground color.
Declaration
func strokeBorder(style: StrokeStyle, antialiased: Bool = true) -> some View