Documentation

lineHeight()

Sets the line height.

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

Parameters

Return value

The builder instance for chaining.

Related