init(uniformLeadingCorners:uniformTrailingCorners:)
Create a rectangle with a corner style set on the leading two corners uniformly, and another style set on the trailing two corners uniformly.
Declaration
init(uniformLeadingCorners: Edge.Corner.Style = .concentric, uniformTrailingCorners: Edge.Corner.Style = .concentric)Parameters
- uniformLeadingCorners:
The corner style to be applied to the leading two corners uniformly.
- uniformTrailingCorners:
The corner style to be applied to the trailing two corners uniformly.