ApplePayParams constructor
ApplePayParams({
- ApplePayButtonType? buttonType,
- ApplePayButtonStyle? buttonStyle,
Implementation
ApplePayParams({
this.buttonType,
this.buttonStyle,
});