BaselineValueFormat class
Formatting options for baseline value.
Constructors
- BaselineValueFormat({String? comparisonType, String? description, Color? negativeColor, ColorStyle? negativeColorStyle, TextPosition? position, Color? positiveColor, ColorStyle? positiveColorStyle, TextFormat? textFormat})
- BaselineValueFormat.fromJson(Map json_)
Properties
- comparisonType ↔ String?
-
The comparison type of key value with baseline value.
Possible string values are:
getter/setter pair
- description ↔ String?
-
Description which is appended after the baseline value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- negativeColor ↔ Color?
-
Color to be used, in case baseline value represents a negative change for
key value.
getter/setter pair
- negativeColorStyle ↔ ColorStyle?
-
Color to be used, in case baseline value represents a negative change for
key value.
getter/setter pair
- position ↔ TextPosition?
-
Specifies the horizontal text positioning of baseline value.
getter/setter pair
- positiveColor ↔ Color?
-
Color to be used, in case baseline value represents a positive change for
key value.
getter/setter pair
- positiveColorStyle ↔ ColorStyle?
-
Color to be used, in case baseline value represents a positive change for
key value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textFormat ↔ TextFormat?
-
Text formatting options for baseline value.
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