ApplePayParams constructor

ApplePayParams({
  1. ApplePayButtonType? buttonType,
  2. ApplePayButtonStyle? buttonStyle,
})

Implementation

ApplePayParams({
  this.buttonType,
  this.buttonStyle,
});