在 JetpackCompose 1.0.0-alpha08 中,以下代码是合法的,其中 indication = rememberRippleIndication(...)
是可以的。
Surface(
modifier = modifier.padding(4.dp).clickable(
onClick = { },
indication = rememberRippleIndication(
color = color.value.rippleColor()
)
)
) {
}
但是在 1.0.0-alpha11 中,indication
的 clickable
参数不再存在,并且 rememberRippleIndication
也不存在。什么是替代品?
答案 0 :(得分:2)
您需要使用另一个也需要 =REGEXEXTRACT(FORMULATEXT(A2); """(.*)""")
的 Modifier.clickable()
。
还有 InteractionState
已被弃用并替换为 rememberRippleIndication
。
rememberRipple