jossiwolf
08/29/2022, 2:57 PMthresholds
to define custom thresholds based on the origin and/or target?
For example:
Box(Modifier.swipeable(thresholds = { from, to -> if (from == A) FixedThreshold(56.dp) else FractionalThreshold(0.5f) }))
dimsuz
08/29/2022, 7:55 PM