ShopFrontModel constructor
ShopFrontModel({
- required String documentID,
- required String appId,
- String? title,
- String? description,
- ShopModel? shop,
- double? size,
- double? cardElevation,
- double? cardAxisSpacing,
- BackgroundModel? itemCardBackground,
- RgbModel? addToCartColor,
- ScrollDirection? scrollDirection,
- ActionModel? buyAction,
- ActionModel? openProductAction,
- EdgeInsetsGeometryModel? padding,
- StorageConditionsModel? conditions,
Implementation
ShopFrontModel({
required this.documentID,
required this.appId,
this.title,
this.description,
this.shop,
this.size,
this.cardElevation,
this.cardAxisSpacing,
this.itemCardBackground,
this.addToCartColor,
this.scrollDirection,
this.buyAction,
this.openProductAction,
this.padding,
this.conditions,
});