setHeaderBackgroundColor method
Implementation
IproovThemeBuilder setHeaderBackgroundColor(String v) {
colors['headerBackgroundColor'] = v;
return this;
}
IproovThemeBuilder setHeaderBackgroundColor(String v) {
colors['headerBackgroundColor'] = v;
return this;
}