init(uniformTopCorners:bottomLeadingCorner:bottomTrailingCorner:)
Create a rectangle with a corner style set on the top two corners uniformly, and two other styles for the bottom two corners respectively.
Declaration
init(uniformTopCorners: Edge.Corner.Style = .concentric, bottomLeadingCorner: Edge.Corner.Style = .concentric, bottomTrailingCorner: Edge.Corner.Style = .concentric)Parameters
- uniformTopCorners:
The corner style to be applied to the top two corners uniformly.
- bottomLeadingCorner:
The corner style for the bottom leading corner.
- bottomTrailingCorner:
The corner style for the bottom trailing corner.