Which is the best way to expand the touchable area...
# compose
m
Which is the best way to expand the touchable area of a composable that has a `clickable`/`draggable` modifier?
1
s
@Shep Shapard
m
You could wrap your composable in a
Box
with padding and the clickable/draggable modifier
m
I was looking for something similar to
TouchDelegate
that could represent a more general solution to the problem.
s
Sorry, this feature is on our roadmap but not implemented yet.