79141706

Date: 2024-10-30 15:13:41
Score: 0.5
Natty:
Report link
LazyColumn(modifier = Modifier
                    .wrapContentHeight()
                    .heightIn(max = 220.dp)
                ) {
                    items(myList) { item ->
                        Text(text = item.name)
                    }
                }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user2912087