ColorSeed class

Constructors

ColorSeed.new({required LayerColor base, required LayerColor accent, required LayerColor info, required LayerColor success, required LayerColor warning, required LayerColor error, required ColorModeSeed mode, required ColorSchemeSeed scheme, required ColorStyleSeed style, required ColorVariantSeed variant})
create a color seed with the given values. For easier creation, use the ColorSeed.make constructor.
const
ColorSeed.make({LayerColor? base, LayerColor? accent, LayerColor? info, LayerColor? success, LayerColor? warning, LayerColor? error, ColorModeSeed? mode, ColorSchemeSeed? scheme, ColorStyleSeed? style, ColorVariantSeed? variant})

Properties

accent LayerColor
final
base LayerColor
final
error LayerColor
final
hashCode int
The hash code for this object.
no setterinherited
info LayerColor
final
mode ColorModeSeed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme ColorSchemeSeed
final
style ColorStyleSeed
final
success LayerColor
final
variant ColorVariantSeed
final
warning LayerColor
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