Hi! Is there way to reduce swipe sensitivity in Pager? I'm using `androidxComposeFoundation = "1.7.0...
m
Hi! Is there way to reduce swipe sensitivity in Pager? I'm using
androidxComposeFoundation = "1.7.0-alpha02"
This should be probably be done with
flingBehavior: TargetedFlingBehavior
property but I don't see any related parameter to do this.