Summary

Public functions

open Unit

Applies the configuration to the given FlexConfigScope.This method is invoked by the layout system during the measurement phase, not during composition.

Cmn
open infix FlexConfig
then(other: FlexConfig)

Merging the identity with any config yields that config.

Cmn

Public functions

FlexConfigScope.configure

open fun FlexConfigScope.configure(): Unit

Applies the configuration to the given FlexConfigScope.This method is invoked by the layout system during the measurement phase, not during composition.

then

open infix fun then(other: FlexConfig): FlexConfig

Merging the identity with any config yields that config.