ChartStyleExplicit<T> class
final
The ChartStyleValue.value variant carrying an explicit payload.
- Inheritance
-
- Object
- ChartStyleValue<
T> - ChartStyleExplicit
Constructors
- ChartStyleExplicit(T value)
-
Creates an explicit-value override.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isInherit → bool
-
Whether this override inherits the theme default.
no setteroverride
- isNone → bool
-
Whether this override explicitly clears the property.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T
-
The explicit value that overrides the theme default.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
T? themeDefault) → T? -
Resolves this override against the theme-provided
themeDefault.override -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override