setBackgroundColor method

CFThemeBuilder setBackgroundColor(
  1. String backgroundColor
)

Implementation

CFThemeBuilder setBackgroundColor(String backgroundColor) {
  _backgroundColor = backgroundColor;
  return this;
}