HCPlotTreegraphLevelsColorVariationOptions class

(Highcharts) A configuration object to define how the color of a child varies from the parent's color. The variation is distributed among the children of node. For example when setting brightness, the brightness change will range from the parent's original brightness on the first child, to the amoun

Implemented types

Constructors

HCPlotTreegraphLevelsColorVariationOptions({String? key, num? to})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
(Highcharts) The key of a color variation. Currently supports brightness only.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to num?
(Highcharts) The ending value of a color variation. The last sibling will receive this value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited