Carousel constructor

const Carousel({
  1. Key? key,
  2. required String listtype,
  3. required String objecttype,
  4. required String category,
  5. required String genre,
  6. required String tags,
  7. required String localetext,
  8. required String animduration,
  9. required String detailPage,
  10. required String viewportfraction,
})

Implementation

const Carousel(
    {super.key,
    required this.listtype,
    required this.objecttype,
    required this.category,
    required this.genre,
    required this.tags,
    required this.localetext,
    required this.animduration,
    required this.detailPage,
    required this.viewportfraction});