ComposeUtil

Functions

Link copied to clipboard
fun MeasureMaxSize(composables: List<@Composable () -> Unit>, onMeasured: (width: Int, height: Int) -> Unit)
Link copied to clipboard
fun MeasureSize(composable: @Composable () -> Unit, onMeasured: (width: Int, height: Int) -> Unit)