ExpressCheckoutOptions constructor
ExpressCheckoutOptions({
- double? height,
- ExpressCheckoutButtonTheme? buttonTheme,
- ExpressCheckoutButtonType? buttonType,
- ExpressCheckoutLayout? layout,
- ExpressCheckoutPaymentMethods? paymentMethods,
Implementation
factory ExpressCheckoutOptions({
/// height of the widget
double? height,
/// The theme of the buttons
ExpressCheckoutButtonTheme? buttonTheme,
/// The type of buttons
ExpressCheckoutButtonType? buttonType,
/// Layout parameters of the express checkout element
ExpressCheckoutLayout? layout,
/// Payment methods to display
ExpressCheckoutPaymentMethods? paymentMethods,
}) = _ExpressCheckoutOptions;