ExpressCheckoutButtonTheme constructor

const ExpressCheckoutButtonTheme({
  1. ExpressApplePayButtonTheme? applePay,
  2. ExpressGooglePayButtonTheme? googlePay,
  3. ExpressPaypalButtonTheme? paypal,
})

Implementation

const factory ExpressCheckoutButtonTheme({
  ExpressApplePayButtonTheme? applePay,
  ExpressGooglePayButtonTheme? googlePay,
  ExpressPaypalButtonTheme? paypal,
}) = _ExpressCheckoutButtonTheme;