AuthyoWidgetConfig constructor

const AuthyoWidgetConfig({
  1. AuthyoDesignStyle? designStyle,
  2. AuthyoTheme theme = const AuthyoTheme(),
  3. List<String> authMethods = const [],
  4. List<AuthyoSocialLogin> socialLogins = const [],
  5. int? otpLength,
  6. Map<String, dynamic>? raw,
})

Implementation

const AuthyoWidgetConfig({
  this.designStyle,
  this.theme = const AuthyoTheme(),
  this.authMethods = const [],
  this.socialLogins = const [],
  this.otpLength,
  this.raw,
});