Hey, in Clickable what's the use of consumeDownOnS...
# compose
n
Hey, in Clickable what's the use of consumeDownOnStart parameter ? What exactly is a down event? I couldn't find any difference in the behaviour of Clickable when I changed the value of the above parameter. (Except for the case when I wrapped it around a Ripple component)
a
yes, right now it is needed for combining clicks with some press indicators like Ripple. when you not consume down event in Clickable you allow to consume it inside Ripple