I using Modifier.clickable() for handle click even...
# compose
m
I using Modifier.clickable() for handle click event but when i tap to view showing effect on view(like ripple effect).How can i disable this?
l
You can pass
indication = null
to the clickable
m
Thank you so much