Instance Method インスタンスメソッド

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