CarouselTheme constructor

const CarouselTheme({
  1. CarouselAlignment? alignment,
  2. Axis? direction,
  3. bool? wrap,
  4. bool? pauseOnHover,
  5. Duration? autoplaySpeed,
  6. bool? draggable,
  7. Duration? speed,
  8. Curve? curve,
})

Implementation

const CarouselTheme({
  this.alignment,
  this.direction,
  this.wrap,
  this.pauseOnHover,
  this.autoplaySpeed,
  this.draggable,
  this.speed,
  this.curve,
});