Documentation

minWidth()

Sets the minimum width of the element.

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

Parameters

Return value

The builder instance for chaining.

Related