Documentation

maxWidth()

Sets the maximum width of the element.

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

Parameters

Return value

The builder instance for chaining.

Related