CommonRecommendation constructor

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

Implementation

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