OtplessTruecallerConfig constructor

const OtplessTruecallerConfig({
  1. OTFooterType? footerType,
  2. OTButtonShape? shape,
  3. OTVerifyOption? verifyOption,
  4. OTHeadingConsent? heading,
  5. OTLoginPrefixText? loginPrefixText,
  6. OTCtaText? ctaText,
  7. String? locale,
  8. String? buttonColor,
  9. String? buttonTextColor,
})

Implementation

const OtplessTruecallerConfig({
  this.footerType,
  this.shape,
  this.verifyOption,
  this.heading,
  this.loginPrefixText,
  this.ctaText,
  this.locale,
  this.buttonColor,
  this.buttonTextColor,
});