AuthUiConfig class

@Author jsji @Date 2024/1/23

@Description

Constructors

AuthUiConfig.new({String? navColor, bool lightColor = true, String? navText, String? navTextColor, int? navTextSize, String? navReturnImgPath, String? logoImgPath, String? pageBackgroundPath, String? logBtnBackgroundPath, String? logBtnText, String? logBtnTextColor, String? checkedImgPath, String? uncheckedImgPath, String? appPrivacyColor})

Properties

appPrivacyColor String?
协议颜色
getter/setter pair
checkedImgPath String?
选中图片路径
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lightColor bool
导航栏icon颜色
getter/setter pair
logBtnBackgroundPath String?
按钮背景资源,同样在drawable下
getter/setter pair
logBtnText String?
按钮文字
getter/setter pair
logBtnTextColor String?
按钮文字颜色
getter/setter pair
logoImgPath String?
logo路径,安卓是drawable下文件名称,但无需带文件格式
getter/setter pair
导航栏背景色
getter/setter pair
返回图标路径 安卓是drawable下文件名称,但无需带文件格式
getter/setter pair
导航栏标题
getter/setter pair
导航栏标题文本颜色
getter/setter pair
导航栏标题字体大小
getter/setter pair
pageBackgroundPath String?
背景路径
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uncheckedImgPath String?
未选中图片路径
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited