Documentation

type UIContainer​.SeparatorOptions

Options for the appearance of container separators.

type SeparatorOptions = {
space?: string | number;
lineWidth?: string | number;
lineColor?: UIColor;
lineMargin?: string | number;
vertical?: boolean;
};

Instance members

Related