ShowInfoDetail constructor

ShowInfoDetail({
  1. required String pathImage,
  2. required String componentTitle,
  3. required String componentDescription,
  4. required String componentPage,
})

Implementation

ShowInfoDetail({required this.pathImage, required this.componentTitle, required this.componentDescription,
    required this.componentPage});