RangedColorSwatch class

Constructors

RangedColorSwatch.new(Color? _base, {double factor = 0.01, DyteColorSwatch? colorSwatch})
factor decides the percentage by which the colors will be generated for the swatch.

Properties

colorSwatch DyteColorSwatch?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shade300 Color
The lightest shade.
no setter
shade400 Color
The 2nd lightest shade.
no setter
shade500 Color
The default shade.
no setter
shade600 Color
The 2nd darkest shade.
no setter
shade700 Color
The darkest shade.
no setter

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