Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox
/
ComposeUtil
Compose
Util
object
ComposeUtil
Members
Functions
Measure
Max
Size
Link copied to clipboard
@
Composable
fun
MeasureMaxSize
(
composables
:
List
<
@
Composable
(
)
->
Unit
>
,
onMeasured
:
(
width
:
Int
,
height
:
Int
)
->
Unit
)
Measure
Size
Link copied to clipboard
@
Composable
fun
MeasureSize
(
composable
:
@
Composable
(
)
->
Unit
,
onMeasured
:
(
width
:
Int
,
height
:
Int
)
->
Unit
)