minHeight()
Sets the minimum height of the element.
minHeight(minHeight: BindingOrValue<string | number | undefined>): this;
Parameters
- minHeight — The minimum height, 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.
