controlTextStyle()
Sets the control text style (font family, size, line height).
controlTextStyle(style: StyleOverrides): this;
Notes
- Applies to all text controls globally.
Parameters
- style — Style overrides for text controls.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
