ChartStyle enum
Visual design language applied to the chart drawing itself.
Controls how series are painted, independent of the color ChartTheme.
Values
- gradient → const ChartStyle
-
Gradient fills, gradient strokes, and soft glow for depth (default).
- flat → const ChartStyle
-
Solid flat fills and crisp strokes with no gradients or glow.
- glass → const ChartStyle
-
Frosted, translucent fills with a light highlight — glassmorphism.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
ChartStyle> - A constant List of the values in this enum, in order of their declaration.