CarouselContent constructor

CarouselContent({
  1. int? id,
  2. String? type,
  3. String? url,
  4. String? cta,
})

Implementation

CarouselContent({
  this.id,
  this.type,
  this.url,
  this.cta,
});