Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

FlexConfig

Combine two FlexConfig objects together.

FlexConfig

Source set: Common
@ExperimentalFlexBoxApi
fun FlexConfig(first: FlexConfig, second: FlexConfig): FlexConfig

Combine two FlexConfig objects together. Configs further "to the right" will override properties to the left of them, on a per-property basis.

FlexConfig

Source set: Common
@ExperimentalFlexBoxApi
fun FlexConfig(first: FlexConfig, second: FlexConfig, third: FlexConfig): FlexConfig

Combine three FlexConfig objects together. Configs further "to the right" will override properties to the left of them, on a per-property basis.

FlexConfig

Source set: Common
@ExperimentalFlexBoxApi
fun FlexConfig(vararg configs: FlexConfig): FlexConfig

Combine multiple FlexConfig objects together. Configs further "to the right" will override properties to the left of them, on a per-property basis.

Last updated: