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