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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited