https://kotlinlang.org logo
#compose
Title
# compose
m

manueldidonna

06/11/2020, 10:57 PM
Which is the best way to expand the touchable area of a composable that has a `clickable`/`draggable` modifier?
1
s

Siyamed

06/11/2020, 10:58 PM
@Shep Shapard
m

Manuel Wrage

06/12/2020, 9:03 AM
You could wrap your composable in a
Box
with padding and the clickable/draggable modifier
m

manueldidonna

06/12/2020, 2:06 PM
I was looking for something similar to
TouchDelegate
that could represent a more general solution to the problem.
s

Shep Shapard

08/26/2020, 7:26 PM
Sorry, this feature is on our roadmap but not implemented yet.