lineColor()
Sets the color of the divider line.
lineColor(
color?: BindingOrValue<UIColor | UIColor.ColorName | undefined>,
): this;
Parameters
- color — A UIColor instance or a color name.
Return value
The builder instance for chaining.
Related
class DividerBuilder static
A builder class for creating UIDivider instances.
