GPayParams constructor

GPayParams({
  1. GPayButtonType? buttonType,
  2. GPayButtonStyle? buttonStyle,
})

Implementation

GPayParams({
  this.buttonType,
  this.buttonStyle,
});