FlexBoxConfig.Companion


Summary

Public functions

open Unit

A default configuration that lays out items in a horizontal row without wrapping, with

Cmn
open infix FlexBoxConfig

Identity elision: merging the identity with any config yields that config.

Cmn

Public functions

FlexBoxConfigScope.configure

open fun FlexBoxConfigScope.configure(): Unit

A default configuration that lays out items in a horizontal row without wrapping, with

items aligned to the start on both axes and no gaps.

then

open infix fun then(other: FlexBoxConfig): FlexBoxConfig

Identity elision: merging the identity with any config yields that config.