fontSize()
Sets the font size.
fontSize(size: BindingOrValue<string | number | undefined>): this;
Parameters
- size — The font size, in pixels or string with unit.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
