CarouselScrollPhysics constructor

const CarouselScrollPhysics({
  1. ScrollPhysics? parent,
})

Creates physics for a CarouselView.

Implementation

const CarouselScrollPhysics({super.parent});