PaymentRequestButtonStyleOptions constructor

PaymentRequestButtonStyleOptions({
  1. String type,
  2. String theme,
  3. String height,
})

Implementation

external factory PaymentRequestButtonStyleOptions({
  String /*'default'|'donate'|'buy'*/ type,
  String /*'dark'|'light'|'light-outline'*/ theme,
  String height,
});