Configuration class abstract

Implementers

Constructors

Configuration()

Properties

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

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