AliAuthModel constructor
AliAuthModel(
- String? sk,
- bool? isDialog,
- bool? isDebug,
- bool? customPageBackgroundLyout,
- String? statusBarColor,
- bool? statusBarHidden,
- int? statusBarUIFlag,
- bool? lightColor,
- String? webViewStatusBarColor,
- bool? logoHidden,
- String? logoImgPath,
- int? logoWidth,
- int? logoHeight,
- int? logoOffsetY,
- String? logoScaleType,
- bool? sloganHidden,
- String? sloganText,
- String? sloganTextColor,
- int? sloganTextSize,
- int? sloganOffsetY,
- String? numberColor,
- int? numberSize,
- int? numFieldOffsetY,
- int? numberFieldOffsetX,
- int? numberLayoutGravity,
- String? logBtnText,
- String? logBtnTextColor,
- int? logBtnTextSize,
- int? logBtnWidth,
- int? logBtnHeight,
- int? logBtnMarginLeftAndRight,
- String? logBtnBackgroundPath,
- int? logBtnOffsetY,
- String? loadingImgPath,
- int? logBtnOffsetX,
- int? logBtnLayoutGravity,
- String? appPrivacyOne,
- String? appPrivacyTwo,
- String? appPrivacyColor,
- int? privacyOffsetY,
- bool? privacyState,
- int? protocolGravity,
- int? privacyTextSize,
- int? privacyMargin,
- String? privacyBefore,
- String? privacyEnd,
- bool? checkboxHidden,
- int? checkBoxWH,
- String? changeBtnTitle,
- int? changeBtnTitleSize,
- String? changeBtnTitleColor,
- bool? changeBtnIsHidden,
- String? uncheckedImgPath,
- String? checkedImgPath,
- String? vendorPrivacyPrefix,
- String? vendorPrivacySuffix,
- int? protocolLayoutGravity,
- int? privacyOffsetX,
- bool? logBtnToastHidden,
- bool? switchAccHidden,
- String? switchAccText,
- String? switchAccTextColor,
- int? switchAccTextSize,
- int? switchOffsetY,
- bool? isHiddenCustom,
- String? customThirdImgPaths,
- int? customThirdImgWidth,
- int? customThirdImgHeight,
- int? customThirdImgSpace,
- int? customThirdImgOffsetY,
- String? authPageActIn,
- String? authPageActOut,
- String? pageBackgroundPath,
- double? dialogAlpha,
- int? dialogWidth,
- int? dialogHeight,
- int? dialogOffsetX,
- int? dialogOffsetY,
- bool? dialogBottom,
- bool? alertBarIsHidden,
- String? alertTitleBarColor,
- bool? alertCloseItemIsHidden,
- String? alertCloseImage,
- String? alertBlurViewColor,
- double? alertBlurViewAlpha,
- 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.privacyState,
this.protocolGravity,
this.privacyTextSize,
this.privacyMargin,
this.privacyBefore,
this.privacyEnd,
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.alertBlurViewColor,
this.alertBlurViewAlpha,
this.alertCornerRadiusArray,
);