HomeGrid constructor

HomeGrid({
  1. dynamic totalItem,
  2. String? btnBgColor,
  3. bool? showBtn,
  4. dynamic titleClass,
  5. String? title,
  6. dynamic subtitleClass,
  7. dynamic btnStyles,
  8. dynamic prodTitleClass,
  9. dynamic subtitleStyles,
  10. String? productPriceTextColor,
  11. dynamic prodPriceClass,
  12. String? sectionType,
  13. int? id,
  14. String? btnText,
  15. String? subtitleColor,
  16. String? titleColor,
  17. HomeGridCollection? collection,
  18. dynamic prodTitleStyles,
  19. String? btnTextColor,
  20. dynamic prodPriceStyles,
  21. bool? showSubtitle,
  22. bool? showTitle,
  23. String? subtitle,
  24. dynamic titleStyles,
  25. dynamic productTitleColor,
  26. int? position,
  27. dynamic showRandomItems,
  28. dynamic btnClass,
})

Implementation

HomeGrid({
  this.totalItem,
  this.btnBgColor,
  this.showBtn,
  this.titleClass,
  this.title,
  this.subtitleClass,
  this.btnStyles,
  this.prodTitleClass,
  this.subtitleStyles,
  this.productPriceTextColor,
  this.prodPriceClass,
  this.sectionType,
  this.id,
  this.btnText,
  this.subtitleColor,
  this.titleColor,
  this.collection,
  this.prodTitleStyles,
  this.btnTextColor,
  this.prodPriceStyles,
  this.showSubtitle,
  this.showTitle,
  this.subtitle,
  this.titleStyles,
  this.productTitleColor,
  this.position,
  this.showRandomItems,
  this.btnClass,
});