ZetaPureColorSwatch constructor
- required int primary,
- required Map<
int, Color> swatch, - Brightness brightness = Brightness.light,
Constructs a ZetaPureColorSwatch.
See also:
Implementation
const ZetaPureColorSwatch({
required int primary,
required Map<int, Color> swatch,
this.brightness = Brightness.light,
}) : super(primary, swatch);