Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox
/
ComposeUtil
/
MeasureSize
Measure
Size
@
Composable
fun
MeasureSize
(
composable
:
@
Composable
(
)
->
Unit
,
onMeasured
:
(
width
:
Int
,
height
:
Int
)
->
Unit
)