roundedCornerShape
Creates a CorneredShape with rounded corners of the provided size.
fun Shapes.roundedCornerShape(topLeft: Float = 0.0f, topRight: Float = 0.0f, bottomRight: Float = 0.0f, bottomLeft: Float = 0.0f): CorneredShape
Creates a CorneredShape with rounded corners of the provided sizes.