FlexItemHighlightConfig

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

Configuration data for the highlighting of Flex item elements.

Official doc

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val baseSizeBox: BoxStyle? = null

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