LyraProcessOptions constructor

const LyraProcessOptions({
  1. String? customPayButtonLabel,
  2. String? customHeaderLabel,
  3. String? customPopupLabel,
})

LyraProcessOptions default constructor

Implementation

const LyraProcessOptions({
  this.customPayButtonLabel,
  this.customHeaderLabel,
  this.customPopupLabel,
});