borderRadius
fun Modifier.borderRadius(topLeftAndBottomRight: CSSLengthOrPercentageNumericValue = 0.px, topRightAndBottomLeft: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.borderRadius(topLeft: CSSLengthOrPercentageNumericValue = 0.px, topRightAndBottomLeft: CSSLengthOrPercentageNumericValue = 0.px, bottomRight: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.borderRadius(topLeft: CSSLengthOrPercentageNumericValue = 0.px, topRight: CSSLengthOrPercentageNumericValue = 0.px, bottomRight: CSSLengthOrPercentageNumericValue = 0.px, bottomLeft: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)