setBackgroundColor method

InstructionsThemeBuilder setBackgroundColor(
  1. String v
)

Implementation

InstructionsThemeBuilder setBackgroundColor(String v) {
  colors['background'] = v;
  return this;
}