JsonColorScheme class
Json Color Scheme
Constructors
Properties
- boolColor → Color?
-
color for boolean value
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- markColor → Color?
-
color for arrow & other widget
final
- normalColor → Color?
-
color for normal value like keys
final
- nullBackground → Color?
-
background color of null value.
final
- nullColor → Color?
-
color for null value
final
- numColor → Color?
-
color for number value
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringColor → Color?
-
color for string value
final
Methods
-
copyWith(
{Color? nullColor, Color? boolColor, Color? numColor, Color? stringColor, Color? normalColor, Color? markColor, Color? nullBackground}) → JsonColorScheme - copy colors from another scheme
-
merge(
JsonColorScheme? scheme) → JsonColorScheme - merge colors from another scheme
-
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.
override