lineStyle()
Sets the line style of the divider.
lineStyle(style: BindingOrValue<UIDivider.LineStyle>): this;
Parameters
- style — The line style (“solid”, “dashed”, or “dotted”).
Return value
The builder instance for chaining.
Related
class DividerBuilder static
A builder class for creating UIDivider instances.
