ValueColor class

用来描述符合条件的 value 字体颜色

the value text color

Constructors

ValueColor({required ValueColorCondition condition, required Color color})
用来描述符合条件的 value 字体颜色

Properties

color Color
text color
getter/setter pair
condition ValueColorCondition
颜色条件
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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