ContentLayout constructor

const ContentLayout({
  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 height,
  9. required String detailPage,
})

Implementation

const ContentLayout({
  super.key,
  required this.listtype,
  required this.objecttype,
  required this.category,
  required this.genre,
  required this.tags,
  required this.localetext,
  required this.height,
  required this.detailPage,
});