Sets the "background-color" style property to the specified color string. Does not check or escape the color string. The calling code should be carefully reviewed to ensure that the provided color string won't cause a security issue if included in a style attribute.
For details and constraints, see {@link com.google.gwt.safecss.shared.SafeStyles}.
@return this {@link StylesBuilder}
|
|