FlexBoxConfig
Source set: Common
@ExperimentalFlexBoxApi
fun FlexBoxConfig(first: FlexBoxConfig, second: FlexBoxConfig): FlexBoxConfig
Combine two FlexBoxConfig objects together. Configs further "to the right" will override properties to the left of them, on a per-property basis.
FlexBoxConfig
Source set: Common
@ExperimentalFlexBoxApi
fun FlexBoxConfig(
first: FlexBoxConfig,
second: FlexBoxConfig,
third: FlexBoxConfig,
): FlexBoxConfig
Combine three FlexBoxConfig objects together. Configs further "to the right" will override properties to the left of them, on a per-property basis.
FlexBoxConfig
Source set: Common
@ExperimentalFlexBoxApi
fun FlexBoxConfig(vararg configs: FlexBoxConfig): FlexBoxConfig
Combine multiple FlexBoxConfig objects together. Configs further "to the right" will override properties to the left of them, on a per-property basis.