maxWidth()
Sets the maximum width of the element.
maxWidth(maxWidth: BindingOrValue<string | number | undefined>): this;
Parameters
- maxWidth — The maximum 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.
