inline fun Box( stable modifier: Modifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.TopStart stable propagateMinConstraints: Boolean = @static false stable content: @[ExtensionFunctionType] Function3 ) fun rememberBoxMeasurePolicy( stable alignment: Alignment stable propagateMinConstraints: Boolean ): MeasurePolicy restartable skippable fun Box( stable modifier: Modifier ) restartable skippable fun BoxWithConstraints( stable modifier: Modifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.TopStart stable propagateMinConstraints: Boolean = @static false stable content: @[ExtensionFunctionType] Function3 ) inline fun Column( stable modifier: Modifier? = @static Companion stable verticalArrangement: Vertical? = @static Arrangement.Top stable horizontalAlignment: Horizontal? = @static Companion.Start stable content: @[ExtensionFunctionType] Function3 ) fun columnMeasurePolicy( stable verticalArrangement: Vertical stable horizontalAlignment: Horizontal ): MeasurePolicy inline fun Row( stable modifier: Modifier? = @static Companion stable horizontalArrangement: Horizontal? = @static Arrangement.Start stable verticalAlignment: Vertical? = @static Companion.Top stable content: @[ExtensionFunctionType] Function3 ) fun rowMeasurePolicy( stable horizontalArrangement: Horizontal stable verticalAlignment: Vertical ): MeasurePolicy restartable skippable fun Spacer( stable modifier: Modifier )