fontWeight()
Sets the font weight.
fontWeight(weight: BindingOrValue<string | number | undefined>): this;
Parameters
- weight — The font weight (e.g. 400, “bold”).
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
