Documentation

size()

Sets both the width and height of the element.

size(
width: BindingOrValue<string | number | undefined>,
height?: BindingOrValue<string | number | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related