ShopFrontEntity constructor

ShopFrontEntity({
  1. required String? appId,
  2. String? title,
  3. String? description,
  4. String? shopId,
  5. double? size,
  6. double? cardElevation,
  7. double? cardAxisSpacing,
  8. BackgroundEntity? itemCardBackground,
  9. RgbEntity? addToCartColor,
  10. int? scrollDirection,
  11. ActionEntity? buyAction,
  12. ActionEntity? openProductAction,
  13. EdgeInsetsGeometryEntity? padding,
  14. StorageConditionsEntity? conditions,
})

Implementation

ShopFrontEntity({
  required this.appId,
  this.title,
  this.description,
  this.shopId,
  this.size,
  this.cardElevation,
  this.cardAxisSpacing,
  this.itemCardBackground,
  this.addToCartColor,
  this.scrollDirection,
  this.buyAction,
  this.openProductAction,
  this.padding,
  this.conditions,
});