Hi!
I’d like to implement a button, like we had back in the days in the phone apps: the answer call button. The action should be triggered only, if the user drags his finger away from the mid point of the button and reaches a certain distance.
The goal is to make clicking safer: a simple click won’t be enough to trigger the action.
Is there a button for that purpose already in compose, or where should I start? Is there a modifier for such behavior?
Thanks for your help! 🙏