ExpressCheckoutButtonType constructor

const ExpressCheckoutButtonType({
  1. ExpressApplePayButtonType? applePay,
  2. ExpressGooglePayButtonType? googlePay,
  3. ExpressPaypalButtonType? paypal,
})

Implementation

const factory ExpressCheckoutButtonType({
  ExpressApplePayButtonType? applePay,
  ExpressGooglePayButtonType? googlePay,
  ExpressPaypalButtonType? paypal,
}) = _ExpressCheckoutButtonType;