kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.modifiers
/
flex
flex
fun
Modifier
.
flex
(
value
:
String
)
:
Modifier
(
source
)
fun
Modifier
.
flex
(
value
:
Int
)
:
Modifier
(
source
)
fun
Modifier
.
flex
(
value
:
CSSLengthOrPercentageNumericValue
)
:
Modifier
(
source
)
fun
Modifier
.
flex
(
flexGrow
:
Int
,
flexBasis
:
CSSLengthOrPercentageNumericValue
)
:
Modifier
(
source
)
fun
Modifier
.
flex
(
flexGrow
:
Int
,
flexShrink
:
Int
)
:
Modifier
(
source
)
fun
Modifier
.
flex
(
flexGrow
:
Int
,
flexShrink
:
Int
,
flexBasis
:
CSSLengthOrPercentageNumericValue
)
:
Modifier
(
source
)