HomeGrid constructor
HomeGrid({
- dynamic totalItem,
- String? btnBgColor,
- bool? showBtn,
- dynamic titleClass,
- String? title,
- dynamic subtitleClass,
- dynamic btnStyles,
- dynamic prodTitleClass,
- dynamic subtitleStyles,
- String? productPriceTextColor,
- dynamic prodPriceClass,
- String? sectionType,
- int? id,
- String? btnText,
- String? subtitleColor,
- String? titleColor,
- HomeGridCollection? collection,
- dynamic prodTitleStyles,
- String? btnTextColor,
- dynamic prodPriceStyles,
- bool? showSubtitle,
- bool? showTitle,
- String? subtitle,
- dynamic titleStyles,
- dynamic productTitleColor,
- int? position,
- dynamic showRandomItems,
- 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,
});