Skip to main content

UnevenRoundedRectangle

A rectangular shape view with uneven rounded corners.

Example​

<UnevenRoundedRectangle
fill="green"
cornerRadii={{
topLeading: 10,
topTrailing: 20,
bottomLeading: 5,
bottomTrailing: 0,
}}
/>

Props​

Ellipse inherits all View Modifiers as props.