rounded
fun rounded(topLeft: Dp = 0f.dp, topRight: Dp = 0f.dp, bottomRight: Dp = 0f.dp, bottomLeft: Dp = 0f.dp): CorneredShape
fun rounded(topLeftPercent: Int = 0, topRightPercent: Int = 0, bottomRightPercent: Int = 0, bottomLeftPercent: Int = 0): CorneredShape
Creates a CorneredShape with rounded corners of the provided radii.
Creates a CorneredShape with rounded corners of the provided radius.