lineWidth()
Sets the thickness of the divider line.
lineWidth(width: BindingOrValue<string | number>): this;
Parameters
- width — The line width in pixels or a string with unit.
Return value
The builder instance for chaining.
Related
class DividerBuilder static
A builder class for creating UIDivider instances.
