alorma
clip()
Bradleycorn
graphicsLayer
modifier = Modifier .fillMaxWidth() .padding(32.dp) .border(width = 4.dp, color = red700, CutCornerShape(32.dp)) .graphicsLayer { shadowElevation = 8.dp.toPx() shape = CutCornerShape(32.dp) clip = true }
Abhishek Dewan
A modern programming language that makes developers happier.