MFGooglePayButtonConfig constructor

const MFGooglePayButtonConfig({
  1. int buttonType = MFButtonType.PAY,
  2. int buttonTheme = MFButtonTheme.DARK,
  3. int cornerRadius = 10,
})

Implementation

const MFGooglePayButtonConfig({
  this.buttonType = MFButtonType.PAY,
  this.buttonTheme = MFButtonTheme.DARK,
  this.cornerRadius = 10,
});