NavHomeConfig class
Constructors
Properties
- bgDarkColor ↔ int
-
返回首页按钮的背景深色颜色
(暗黑模式)
getter/setter pair
- bgLightColor ↔ int
-
返回首页按钮的背景浅色颜色
(明亮模式)
getter/setter pair
- borderDarkColor ↔ int
-
返回首页按钮的边框深色颜色
(明亮模式)
getter/setter pair
- borderLightColor ↔ int
-
返回首页按钮的边框浅色颜色
(暗黑模式)
getter/setter pair
- borderWidth ↔ double
-
返回首页按钮的边框宽度,默认值为0.5
getter/setter pair
- cornerRadius ↔ double
-
返回首页按钮的圆角半径,默认值为5
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double
-
返回首页按钮的高度
getter/setter pair
- leftMargin ↔ double
-
返回首页按钮的左边距,Android默认值为8,iOS默认值为10
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ double
-
返回首页按钮的宽度
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited