CommonRecommendation constructor

const CommonRecommendation({
  1. Key? key,
  2. required String imageSrc,
  3. String titleSrc = "",
  4. Color? textColor,
})

Implementation

const CommonRecommendation({Key? key,required this.imageSrc, this.titleSrc="", this.textColor}) : super(key: key);