ShoppingCTAButtonConfiguration constructor

ShoppingCTAButtonConfiguration({
  1. ShoppingCTAButtonText? text,
  2. String? backgroundColor,
  3. String? textColor,
  4. double? fontSize,
  5. IOSFontInfo? iOSFontInfo,
})

Implementation

ShoppingCTAButtonConfiguration({
  this.text,
  this.backgroundColor,
  this.textColor,
  this.fontSize,
  this.iOSFontInfo,
});