OtplessTruecallerConfig constructor
const
OtplessTruecallerConfig({
- OTButtonShape? shape,
- OTVerifyOption? verifyOption,
- OTHeadingConsent? heading,
- OTLoginPrefixText? loginPrefixText,
- OTCtaText? ctaText,
- String? locale,
- String? buttonColor,
- String? buttonTextColor,
Implementation
const OtplessTruecallerConfig({
this.footerType,
this.shape,
this.verifyOption,
this.heading,
this.loginPrefixText,
this.ctaText,
this.locale,
this.buttonColor,
this.buttonTextColor,
});