setColors method
Overwrite the colors object with newColors for the builder.
Implementation
setColors(KIVColors newColors) {
this.colors = newColors;
}
Overwrite the colors object with newColors for the builder.
setColors(KIVColors newColors) {
this.colors = newColors;
}