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
dorche
11/07/2022, 7:45 PM
Where would you want the ripple to appear - over the whole component or just the "certain area"?
e
enighma
11/07/2022, 7:47 PM
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
dorche
11/07/2022, 8:14 PM
So could you introduce an inner wrapper composable around only the desired clickable area and set that instead?