Marcin Środa
02/26/2021, 9:20 AMpressIndicatorGestureFilter
? Looks like I should use Modifier.pointerInput
with detectTapGestures
, but how to handle press / cancel / stop states?onTap
souds good, but how and where should I check for PressGestureScope.tryAwaitRelease
and PressGestureScope.awaitRelease
?onPress
is the answer 🙂