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