LazyFlowLayout
LazyFlowLayout copied to clipboard
When checking file the code is compiled
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