minWidth()
Sets the minimum width of the element.
minWidth(minWidth: BindingOrValue<string | number | undefined>): this;
Parameters
- minWidth — The minimum width, in pixels or string with unit.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
