I want a clickable modifier to only capture clicks at certain areas of the component, and pass other...
e
I want a clickable modifier to only capture clicks at certain areas of the component, and pass others through. Is there a best practice here?
d
Where would you want the ripple to appear - over the whole component or just the "certain area"?
e
In this case I don't want any ripple i.e. my indication is
null
. The important part is that tapping certain areas lets the clicks falls through. But, maybe I need to go one level down in abstraction to get that behavior.
d
So could you introduce an inner wrapper composable around only the desired clickable area and set that instead?