type SeparatorOptions
Options for the appearance of container separators.
static
type SeparatorOptions = { vertical?: boolean; space?: string | number; lineThickness?: string | number; lineColor?: UIColor; lineMargin?: string | number; }
Related
- class UIContainer abstractA base view class that represents a container component with no specific layout or styling.
- type UIContainer.Layout staticOptions for layout of components within a container.