divider()
Adds a divider line between elements in the column.
divider(
lineWidth?: string | number,
lineColor?: UIColor | UIColor.ColorName,
lineMargin?: string | number,
): this;
Notes
- This method updates the layout property.
Parameters
- lineWidth — The width of the divider line, in pixels or a string with unit; defaults to 1.
- lineColor — The color of the divider line.
- lineMargin — The margin around the divider line, in pixels or a string with unit.
Return value
The builder instance for chaining.
Related
class ColumnBuilder static
A builder class for creatingUIColumninstances.
