FlexItemHighlightConfig

@Serializable
data class FlexItemHighlightConfig(val baseSizeBox: Overlay.BoxStyle? = null, val baseSizeBorder: Overlay.LineStyle? = null, val flexibilityArrow: Overlay.LineStyle? = null)

Configuration data for the highlighting of Flex item elements.

Constructors

Link copied to clipboard
constructor(baseSizeBox: Overlay.BoxStyle? = null, baseSizeBorder: Overlay.LineStyle? = null, flexibilityArrow: Overlay.LineStyle? = null)

Properties

Link copied to clipboard

Style of the border around the box representing the item's base size

Link copied to clipboard

Style of the box representing the item's base size

Link copied to clipboard

Style of the arrow representing if the item grew or shrank