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