AliAuthModel constructor

AliAuthModel(
  1. String? sk,
  2. bool? isDialog,
  3. bool? isDebug,
  4. bool? customPageBackgroundLyout,
  5. bool? isPrivacyAnimation,
  6. bool? privacyVCIsCustomized,
  7. String? statusBarColor,
  8. bool? statusBarHidden,
  9. int? statusBarUIFlag,
  10. bool? lightColor,
  11. String? navColor,
  12. String? navText,
  13. String? navTextColor,
  14. int? navTextSize,
  15. String? navReturnImgPath,
  16. int? navReturnImgWidth,
  17. int? navReturnImgHeight,
  18. bool? navReturnHidden,
  19. bool? navHidden,
  20. String? webViewStatusBarColor,
  21. String? webNavColor,
  22. String? webNavTextColor,
  23. int? webNavTextSize,
  24. String? webNavReturnImgPath,
  25. String? customNavReturnImageLayoutName,
  26. String? bottomNavColor,
  27. bool? logoHidden,
  28. String? logoImgPath,
  29. int? logoWidth,
  30. int? logoHeight,
  31. int? logoOffsetY,
  32. String? logoScaleType,
  33. bool? sloganHidden,
  34. String? sloganText,
  35. String? sloganTextColor,
  36. int? sloganTextSize,
  37. int? sloganOffsetY,
  38. String? numberColor,
  39. int? numberSize,
  40. int? numFieldOffsetY,
  41. int? numberFieldOffsetX,
  42. int? numberLayoutGravity,
  43. String? logBtnText,
  44. String? logBtnTextColor,
  45. int? logBtnTextSize,
  46. int? logBtnWidth,
  47. int? logBtnHeight,
  48. int? logBtnMarginLeftAndRight,
  49. String? logBtnBackgroundPath,
  50. int? logBtnOffsetY,
  51. String? loadingImgPath,
  52. int? logBtnOffsetX,
  53. int? logBtnLayoutGravity,
  54. String? appPrivacyOne,
  55. String? appPrivacyTwo,
  56. String? appPrivacyColor,
  57. int? privacyOffsetY,
  58. int? protocolGravity,
  59. int? privacyTextSize,
  60. int? privacyMargin,
  61. String? privacyBefore,
  62. String? privacyEnd,
  63. bool? privacyState,
  64. bool? checkboxHidden,
  65. int? checkBoxWH,
  66. String? changeBtnTitle,
  67. int? changeBtnTitleSize,
  68. String? changeBtnTitleColor,
  69. bool? changeBtnIsHidden,
  70. String? uncheckedImgPath,
  71. String? checkedImgPath,
  72. String? vendorPrivacyPrefix,
  73. String? vendorPrivacySuffix,
  74. int? protocolLayoutGravity,
  75. int? privacyOffsetX,
  76. bool? logBtnToastHidden,
  77. bool? switchAccHidden,
  78. String? switchAccText,
  79. String? switchAccTextColor,
  80. int? switchAccTextSize,
  81. int? switchOffsetY,
  82. bool? isHiddenCustom,
  83. String? customThirdImgPaths,
  84. int? customThirdImgWidth,
  85. int? customThirdImgHeight,
  86. int? customThirdImgSpace,
  87. int? customThirdImgOffsetY,
  88. String? authPageActIn,
  89. String? authPageActOut,
  90. String? pageBackgroundPath,
  91. double? dialogAlpha,
  92. int? dialogWidth,
  93. int? dialogHeight,
  94. int? dialogOffsetX,
  95. int? dialogOffsetY,
  96. bool? dialogBottom,
  97. bool? alertBarIsHidden,
  98. String? alertTitleBarColor,
  99. bool? alertCloseItemIsHidden,
  100. String? alertCloseImage,
  101. int? alertCloseImageX,
  102. int? alertCloseImageY,
  103. int? alertCloseImageW,
  104. int? alertCloseImageH,
  105. String? alertBlurViewColor,
  106. double? alertBlurViewAlpha,
  107. String? alertCornerRadiusArray,
)

Implementation

AliAuthModel(
  this.sk,
  this.isDialog,
  this.isDebug,
  this.customPageBackgroundLyout,
  this.isPrivacyAnimation,
  this.privacyVCIsCustomized,
  this.statusBarColor,
  this.statusBarHidden,
  this.statusBarUIFlag,
  this.lightColor,
  this.navColor,
  this.navText,
  this.navTextColor,
  this.navTextSize,
  this.navReturnImgPath,
  this.navReturnImgWidth,
  this.navReturnImgHeight,
  this.navReturnHidden,
  this.navHidden,
  this.webViewStatusBarColor,
  this.webNavColor,
  this.webNavTextColor,
  this.webNavTextSize,
  this.webNavReturnImgPath,
  this.customNavReturnImageLayoutName,
  this.bottomNavColor,
  this.logoHidden,
  this.logoImgPath,
  this.logoWidth,
  this.logoHeight,
  this.logoOffsetY,
  this.logoScaleType,
  this.sloganHidden,
  this.sloganText,
  this.sloganTextColor,
  this.sloganTextSize,
  this.sloganOffsetY,
  this.numberColor,
  this.numberSize,
  this.numFieldOffsetY,
  this.numberFieldOffsetX,
  this.numberLayoutGravity,
  this.logBtnText,
  this.logBtnTextColor,
  this.logBtnTextSize,
  this.logBtnWidth,
  this.logBtnHeight,
  this.logBtnMarginLeftAndRight,
  this.logBtnBackgroundPath,
  this.logBtnOffsetY,
  this.loadingImgPath,
  this.logBtnOffsetX,
  this.logBtnLayoutGravity,
  this.appPrivacyOne,
  this.appPrivacyTwo,
  this.appPrivacyColor,
  this.privacyOffsetY,
  this.protocolGravity,
  this.privacyTextSize,
  this.privacyMargin,
  this.privacyBefore,
  this.privacyEnd,
  this.privacyState,
  this.checkboxHidden,
  this.checkBoxWH,
  this.changeBtnTitle,
  this.changeBtnTitleSize,
  this.changeBtnTitleColor,
  this.changeBtnIsHidden,
  this.uncheckedImgPath,
  this.checkedImgPath,
  this.vendorPrivacyPrefix,
  this.vendorPrivacySuffix,
  this.protocolLayoutGravity,
  this.privacyOffsetX,
  this.logBtnToastHidden,
  this.switchAccHidden,
  this.switchAccText,
  this.switchAccTextColor,
  this.switchAccTextSize,
  this.switchOffsetY,
  this.isHiddenCustom,
  this.customThirdImgPaths,
  this.customThirdImgWidth,
  this.customThirdImgHeight,
  this.customThirdImgSpace,
  this.customThirdImgOffsetY,
  this.authPageActIn,
  this.authPageActOut,
  this.pageBackgroundPath,
  this.dialogAlpha,
  this.dialogWidth,
  this.dialogHeight,
  this.dialogOffsetX,
  this.dialogOffsetY,
  this.dialogBottom,
  this.alertBarIsHidden,
  this.alertTitleBarColor,
  this.alertCloseItemIsHidden,
  this.alertCloseImage,
  this.alertCloseImageX,
  this.alertCloseImageY,
  this.alertCloseImageW,
  this.alertCloseImageH,
  this.alertBlurViewColor,
  this.alertBlurViewAlpha,
  this.alertCornerRadiusArray,
);