AuthMeUIConfig constructor

AuthMeUIConfig({
  1. ActionButtonConfig? actionButton,
  2. ActionHintConfig? actionHint,
  3. CloseHintConfig? closeHint,
  4. BackHintConfig? backHint,
  5. StepButtonConfig? stepButton,
  6. bool showStatement = true,
})

Implementation

AuthMeUIConfig({
  this.actionButton,
  this.actionHint,
  this.closeHint,
  this.backHint,
  this.stepButton,
  this.showStatement = true,
});