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, mainDistributedSpace: BoxStyle? = null, crossDistributedSpace: BoxStyle? = null, rowGapSpace: BoxStyle? = null, columnGapSpace: BoxStyle? = null) |
columnGapSpace |
Style of empty space caused by columns gaps (gap/column-gap). val columnGapSpace: BoxStyle? |
containerBorder |
The style of the container border val containerBorder: LineStyle? |
crossDistributedSpace |
Style of content-distribution space on the cross axis (align-content). val crossDistributedSpace: BoxStyle? |
itemSeparator |
The style of the separator between items val itemSeparator: LineStyle? |
lineSeparator |
The style of the separator between lines val lineSeparator: LineStyle? |
mainDistributedSpace |
Style of content-distribution space on the main axis (justify-content). val mainDistributedSpace: BoxStyle? |
rowGapSpace |
Style of empty space caused by row gaps (gap/row-gap). val rowGapSpace: BoxStyle? |