pageBackground()
Sets the page background color.
pageBackground(color: UIColor.BackgroundType): this;
Parameters
- color — The background color value.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
