NiceCarouselSlide constructor

const NiceCarouselSlide({
  1. Widget? content,
  2. String? imageUrl,
  3. String? title,
  4. String? subtitle,
  5. VoidCallback? onTap,
})

Implementation

const NiceCarouselSlide({
  this.content,
  this.imageUrl,
  this.title,
  this.subtitle,
  this.onTap,
});