data class FlexContainerHighlightConfig
Configuration data for the highlighting of Flex container elements.
<init> |
Configuration data for the highlighting of Flex container elements. FlexContainerHighlightConfig(containerBorder: LineStyle? = null, lineSeparator: LineStyle? = null, itemSeparator: LineStyle? = null) |
containerBorder |
The style of the container border val containerBorder: LineStyle? |
itemSeparator |
The style of the separator between items val itemSeparator: LineStyle? |
lineSeparator |
The style of the separator between lines val lineSeparator: LineStyle? |