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.