setColors method

dynamic setColors(
  1. KIVColors newColors
)

Overwrite the colors object with newColors for the builder.

Implementation

setColors(KIVColors newColors) {
  this.colors = newColors;
}