RichContent constructor

RichContent({
  1. bool? carousel,
  2. String? img1,
  3. String? img2,
  4. String? img3,
  5. String? img4,
  6. String? img5,
})

Implementation

RichContent({
  this.carousel,
  this.img1,
  this.img2,
  this.img3,
  this.img4,
  this.img5,
});