CarouselSlide constructor

CarouselSlide({
  1. Image? image,
  2. String? subtitle,
  3. Widget? header,
  4. String? title,
})

Implementation

CarouselSlide({
  this.image,
  this.subtitle,
  this.header,
  this.title,
});