CarouselScrollPhysics constructor
const
CarouselScrollPhysics({
- ScrollPhysics? parent,
- double snapVelocityThreshold = 600.0,
- double snapDistanceThreshold = 0.3,
Implementation
const CarouselScrollPhysics({
super.parent,
this.snapVelocityThreshold = 600.0,
this.snapDistanceThreshold = 0.3,
});