AuthyoTheme constructor
const
AuthyoTheme({
- Color? primary,
- Color? background,
- Color? surface,
- Color? inputBackground,
- Color? inputBorder,
- Color? inputText,
- Color? buttonColor,
- Color? buttonTextColor,
- Color? buttonBorderColor,
- Color? socialButtonColor,
- Color? socialButtonTextColor,
- Color? socialButtonBorderColor,
- String? headerText,
- Color? headerTextColor,
- bool? showHeader,
- String? bodyText,
- Color? bodyTextColor,
- bool? showBody,
- bool? showLogo,
- String? logoUrl,
- ImageProvider<
Object> ? logo, - bool? hideBranding,
- int? resendTimerSeconds,
- AuthyoButtonShape? buttonShape,
- AuthyoMainLayout? mainLayout,
- AuthyoSocialLayout? socialLayout,
- String? fontFamily,
- String? privacyLink,
- String? termsLink,
- double? glassOpacity,
- AuthyoButtonShape? inputShape,
- bool? inputUnderline,
- bool? otpHidden,
- bool? rememberMe,
- int? rememberMeDays,
Implementation
const AuthyoTheme({
this.primary,
this.background,
this.surface,
this.inputBackground,
this.inputBorder,
this.inputText,
this.buttonColor,
this.buttonTextColor,
this.buttonBorderColor,
this.socialButtonColor,
this.socialButtonTextColor,
this.socialButtonBorderColor,
this.headerText,
this.headerTextColor,
this.showHeader,
this.bodyText,
this.bodyTextColor,
this.showBody,
this.showLogo,
this.logoUrl,
this.logo,
this.hideBranding,
this.resendTimerSeconds,
this.buttonShape,
this.mainLayout,
this.socialLayout,
this.fontFamily,
this.privacyLink,
this.termsLink,
this.glassOpacity,
this.inputShape,
this.inputUnderline,
this.otpHidden,
this.rememberMe,
this.rememberMeDays,
});