Card(
modifier = Modifier
.width(200.dp)
.height(390.dp)
.padding(12.dp),
shape = RoundedCornerShape(corner = CornerSize(15.dp)),
null),
) {
}
I have tried using different parameters but i can’t resolve the issue not able to add colors it is showing error
New contributor
Yashwanth B.S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.