AuthyoWidgetConfig constructor
const
AuthyoWidgetConfig({
- AuthyoDesignStyle? designStyle,
- AuthyoTheme theme = const AuthyoTheme(),
- List<
String> authMethods = const [], - List<
AuthyoSocialLogin> socialLogins = const [], - int? otpLength,
- Map<
String, dynamic> ? raw,
Implementation
const AuthyoWidgetConfig({
this.designStyle,
this.theme = const AuthyoTheme(),
this.authMethods = const [],
this.socialLogins = const [],
this.otpLength,
this.raw,
});