SecondaryColorGenerator class
A class that generates secondary colors
- Inheritance
-
- Object
- FutureGenerator<
HslColor, Map< String, dynamic> > - SecondaryColorGenerator
Constructors
- SecondaryColorGenerator(HslColor primaryColor)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generate(
) → HslColor -
Generates an item of type
Tinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
seed(
int seed) → void -
Seeds the generator with a number
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- maxLightness → const int
- maxSaturation → const int
- minLightness → const int
- minSaturation → const int