ProductCardLabelConfiguration constructor

ProductCardLabelConfiguration({
  1. String? textColor,
  2. double? fontSize,
  3. int? numberOfLines,
  4. IOSFontInfo? iOSFontInfo,
  5. AndroidFontInfo? androidFontInfo,
})

Implementation

ProductCardLabelConfiguration({
  this.textColor,
  this.fontSize,
  this.numberOfLines,
  this.iOSFontInfo,
  this.androidFontInfo,
});