CarouselScrollPhysics constructor

const CarouselScrollPhysics({
  1. ScrollPhysics? parent,
  2. double snapVelocityThreshold = 600.0,
  3. double snapDistanceThreshold = 0.3,
})

Implementation

const CarouselScrollPhysics({
  super.parent,
  this.snapVelocityThreshold = 600.0,
  this.snapDistanceThreshold = 0.3,
});