RichContent constructor

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

Implementation

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