defaultIconStyle()
Sets the default icon size and margin.
defaultIconStyle(size: number, margin?: number): this;
Parameters
- size — The icon size in pixels.
- margin — The icon margin in pixels.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
