borderRadius
Sets borderRadius to a uniform all radius on every corner.
fun borderRadius(topLeft: <Error class: unknown class>? = null, topRight: <Error class: unknown class>? = null, bottomRight: <Error class: unknown class>? = null, bottomLeft: <Error class: unknown class>? = null)
Sets borderRadius to per-corner radii; omitted corners stay null.
CSS border-radius; set via the borderRadius helpers.