FlexContainerHighlightConfig
@Serializable
Configuration data for the highlighting of Flex container elements.
Constructors
Link copied to clipboard
constructor(containerBorder: Overlay.LineStyle? = null, lineSeparator: Overlay.LineStyle? = null, itemSeparator: Overlay.LineStyle? = null, mainDistributedSpace: Overlay.BoxStyle? = null, crossDistributedSpace: Overlay.BoxStyle? = null, rowGapSpace: Overlay.BoxStyle? = null, columnGapSpace: Overlay.BoxStyle? = null, crossAlignment: Overlay.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
Style of empty space caused by row gaps (gap/row-gap).