79098180

Date: 2024-10-17 13:01:58
Score: 1
Natty:
Report link

rememberRipple in deprecated now. New approach is:

Modifier.clickable(
    interactionSource = remember { MutableInteractionSource() },
    indication = ripple(bounded = false),
    onClick = {}
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maxim