How to add indication for compose Modifier.mouseClickable?
In jetpack compose Modifier.clickable adding hover and click effect, however Modifier.mouseClickable doesn't provide this.
https://i.stack.imgur.com/kfzuk.jpg▾
On screenshot internal modifier from Modifier.clickable and mouseClickable, I think indication = null is the reason why there is no effect on click.
By the way Modifier.indication doesn't work or I use it wrong.