CorePalettes class

Comprises foundational palettes to build a color scheme. Generated from a source color, these palettes will then be part of a DynamicScheme together with appearance preferences.

Constructors

CorePalettes(TonalPalette primary, TonalPalette secondary, TonalPalette tertiary, TonalPalette neutral, TonalPalette neutralVariant)

Properties

hashCode int
The hash code for this object.
no setterinherited
neutral TonalPalette
final
neutralVariant TonalPalette
final
primary TonalPalette
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary TonalPalette
final
tertiary TonalPalette
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