DefaultConfiguration class

Implemented types

Constructors

DefaultConfiguration()

Properties

backgroundColor Color?
Counter区域背景颜色
no setteroverride
disableColor Color?
Icon颜色,Disable状态
no setteroverride
fontSize double
中间Text字体大小
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
iconBorderRadius double?
Icon控件 圆角
no setteroverride
iconBorderWidth double?
Icon控件 边框大小
no setteroverride
iconColor Color?
Icon颜色,Enable状态
no setteroverride
iconStyle IconStyle
Icon样式
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
尺寸,包括左右两侧控件宽高,InkWell水波纹直径等
no setteroverride
textBackgroundColor Color?
中间文本区域 背景颜色
no setteroverride
textColor Color?
中间Text文本颜色
no setteroverride
textWidth double
中间文本区域 宽度
no setteroverride

Methods

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

Operators

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