CardCarouselTheme constructor

const CardCarouselTheme({
  1. double cardWidth = 300,
  2. double cardHeight = 200,
  3. double spacing = 16,
})

Implementation

const CardCarouselTheme({
  this.cardWidth = 300,
  this.cardHeight = 200,
  this.spacing = 16,
});