AuthMeUIConfig constructor
AuthMeUIConfig({
- ActionButtonConfig? actionButton,
- ActionHintConfig? actionHint,
- CloseHintConfig? closeHint,
- BackHintConfig? backHint,
- StepButtonConfig? stepButton,
- bool showStatement = true,
Implementation
AuthMeUIConfig({
this.actionButton,
this.actionHint,
this.closeHint,
this.backHint,
this.stepButton,
this.showStatement = true,
});