bold()
Makes the text bold.
bold(bold?: BindingOrValue<boolean | undefined>): this;
Parameters
- bold — If true, applies bold styling; defaults to true.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
