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