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