SubzeroDataVizTokens class

Data visualization tokens.

  • Categorical palette provides 6 distinct series colors.
  • Sequential gradient is primary-based with 5 stops.
  • Diverging palette supports negative → neutral → positive.

Properties

categorical6 → List<Color>
Categorical (6 series) — uses official Subzero action + support colors.
final
diverging3 → List<Color>
Diverging (negative → neutral → positive) — uses official Subzero support colors.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sequentialPrimary5 → List<Color>
Sequential gradient stops (primary-based, 5 stops).
final

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