Documentation

lineWidth()

Sets the thickness of the divider line.

lineWidth(width: BindingOrValue<string | number>): this;

Parameters

Return value

The builder instance for chaining.

Related