Matija Sokol
02/29/2024, 2:27 PMsnapVelocityTreshold
in Pager now when method which takes snapVelocityTreshold
is deprecated? I want to decrease Pager swipe sensitivity.
// deprecated - use overload which does not have snapVelocityTreshold as parameter
val flingBehavior = PagerDefaults.flingBehavior(state = pagerState, snapVelocityThreshold = 5.dp)