ApplePaymentButton constructor
const
ApplePaymentButton({})
Implementation
const ApplePaymentButton(
{Key? key,
required this.width,
required this.height,
required this.merchantId,
this.countryCode = "CN",
this.currencyCode = "CNY",
required this.summaryList,
this.express})
: super(key: key);