ShoppingCTAButtonConfiguration constructor
- {ShoppingCTAButtonText? text,
- String? backgroundColor,
- String? textColor,
- double? fontSize,
- IOSFontInfo? iOSFontInfo}
Implementation
ShoppingCTAButtonConfiguration({
this.text,
this.backgroundColor,
this.textColor,
this.fontSize,
this.iOSFontInfo,
});