CarouselScrollState constructor
const
CarouselScrollState({})
Implementation
const CarouselScrollState({
required this.page,
required this.startPosition,
required this.currentPosition,
required this.childSize,
required this.scrollSpeedMultiplier,
required this.listSize,
required this.lengthMultiplier,
});