Documentation

fontSize()

Sets the font size.

fontSize(size: BindingOrValue<string | number | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related