AliAuthModel constructor

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

Implementation

AliAuthModel(
  this.sk,
  this.isDialog,
  this.isDebug,
  this.customPageBackgroundLyout,
  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,
);