ProductCardLabelConfiguration constructor
- {String? textColor,
- double? fontSize,
- int? numberOfLines,
- IOSFontInfo? iOSFontInfo}
Implementation
ProductCardLabelConfiguration({
this.textColor,
this.fontSize,
this.numberOfLines,
this.iOSFontInfo,
});