clickableWithRipple

fun Modifier.clickableWithRipple(enabled: Boolean = true, bounded: Boolean = true, onClickLabel: String? = null, role: Role? = null, onClick: () -> Unit): Modifier