Maik
10/19/2020, 8:23 AM// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package androidx.compose.foundation.layout
@kotlin.PublishedApi internal val DefaultRowMeasureBlocks: androidx.compose.ui.node.LayoutNode.MeasureBlocks /* compiled code */
@androidx.compose.runtime.Composable public inline fun Row(modifier: androidx.compose.ui.Modifier /* = compiled code */, horizontalArrangement: androidx.compose.foundation.layout.Arrangement.Horizontal /* = compiled code */, verticalAlignment: androidx.compose.ui.Alignment.Vertical /* = compiled code */, children: @androidx.compose.runtime.Composable() (androidx.compose.foundation.layout.RowScope.() -> kotlin.Unit)): kotlin.Unit { /* compiled code */ }
@kotlin.PublishedApi @androidx.compose.runtime.Composable internal fun rowMeasureBlocks(horizontalArrangement: androidx.compose.foundation.layout.Arrangement.Horizontal, verticalAlignment: androidx.compose.ui.Alignment.Vertical): androidx.compose.ui.node.LayoutNode.MeasureBlocks { /* compiled code */ }
I would be glad about some helpful tips.gildor
10/19/2020, 8:32 AMMaik
10/19/2020, 8:42 AMAfzal Najam
10/19/2020, 1:41 PMAdam Powell
10/19/2020, 2:00 PM