ProductCardLabelConfiguration constructor

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

Implementation

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