alorma
01/07/2021, 3:23 PMfmasa
01/07/2021, 3:54 PMCard(
modifier = Modifier.clickable(
indication = rememberRipple(color = Color.Cyan),
onClick = { /* Do something */ },
)
) {
/* Card content */
}
alorma
01/07/2021, 3:56 PM