FlexContainerHighlightConfig

@Serializable
data class FlexContainerHighlightConfig(val containerBorder: LineStyle? = null, val lineSeparator: LineStyle? = null, val itemSeparator: LineStyle? = null, val mainDistributedSpace: BoxStyle? = null, val crossDistributedSpace: BoxStyle? = null, val rowGapSpace: BoxStyle? = null, val columnGapSpace: BoxStyle? = null, val crossAlignment: LineStyle? = null)

Configuration data for the highlighting of Flex container elements.

Official doc

Constructors

Link copied to clipboard
constructor(containerBorder: LineStyle? = null, lineSeparator: LineStyle? = null, itemSeparator: LineStyle? = null, mainDistributedSpace: BoxStyle? = null, crossDistributedSpace: BoxStyle? = null, rowGapSpace: BoxStyle? = null, columnGapSpace: BoxStyle? = null, crossAlignment: LineStyle? = null)

Properties

Link copied to clipboard

Style of empty space caused by columns gaps (gap/column-gap).

Link copied to clipboard

The style of the container border

Link copied to clipboard

Style of the self-alignment line (align-items).

Link copied to clipboard

Style of content-distribution space on the cross axis (align-content).

Link copied to clipboard

The style of the separator between items

Link copied to clipboard

The style of the separator between lines

Link copied to clipboard

Style of content-distribution space on the main axis (justify-content).

Link copied to clipboard
val rowGapSpace: BoxStyle? = null

Style of empty space caused by row gaps (gap/row-gap).