AuthUiConfig constructor

AuthUiConfig({
  1. String? navColor,
  2. bool lightColor = true,
  3. String? navText,
  4. String? navTextColor,
  5. int? navTextSize,
  6. String? navReturnImgPath,
  7. String? logoImgPath,
  8. String? pageBackgroundPath,
  9. String? logBtnBackgroundPath,
  10. String? logBtnText,
  11. String? logBtnTextColor,
  12. String? checkedImgPath,
  13. String? uncheckedImgPath,
  14. String? appPrivacyColor,
})

Implementation

AuthUiConfig(
    {this.navColor,
    this.lightColor = true,
    this.navText,
    this.navTextColor,
    this.navTextSize,
    this.navReturnImgPath,
    this.logoImgPath,
    this.pageBackgroundPath,
    this.logBtnBackgroundPath,
    this.logBtnText,
    this.logBtnTextColor,
    this.checkedImgPath,
    this.uncheckedImgPath,
    this.appPrivacyColor});