LazyFlowLayout icon indicating copy to clipboard operation
LazyFlowLayout copied to clipboard

When checking file the code is compiled

Open yoobi opened this issue 10 months ago • 0 comments

Hello,

Thanks for the library, when checking for the parameter and. the LazyFlowRow from my project, what's display is:

@androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget public fun LazyFlowRow(modifier: androidx.compose.ui.Modifier = COMPILED_CODE, horizontalArrangement: androidx.compose.foundation.layout.Arrangement.Horizontal = COMPILED_CODE, verticalArrangement: androidx.compose.foundation.layout.Arrangement.Vertical = COMPILED_CODE, itemInlineAlignment: androidx.compose.ui.Alignment.Vertical = COMPILED_CODE, @androidx.annotation.IntRange maxLines: kotlin.Int = COMPILED_CODE, @androidx.annotation.IntRange maxItemsInEachLine: kotlin.Int = COMPILED_CODE, animation: com.aghajari.compose.lazyflowlayout.LazyFlowLayoutAnimation? = COMPILED_CODE, content: com.aghajari.compose.lazyflowlayout.LazyFlowLayoutScope.() -> kotlin.Unit): kotlin.Unit { /* compiled code */ }

It would be nice to have these part readable with the actual code or at least the parameters

yoobi avatar Mar 28 '25 11:03 yoobi