SubZeroCarouselCard constructor

const SubZeroCarouselCard({
  1. Key? key,
  2. String? imageUrl,
  3. Widget? imageWidget,
  4. String? title,
  5. String? subtitle,
  6. VoidCallback? onTap,
  7. Color? backgroundColor,
  8. Widget? overlay,
})

Implementation

const SubZeroCarouselCard({
  super.key,
  this.imageUrl,
  this.imageWidget,
  this.title,
  this.subtitle,
  this.onTap,
  this.backgroundColor,
  this.overlay,
});