Documentation

lineColor()

Sets the color of the divider line.

lineColor(
color?: BindingOrValue<UIColor | UIColor.ColorName | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related