RepeatingLazyColumn

fun RepeatingLazyColumn(modifier: Modifier = Modifier, itemCount: Int = DEFAULT_REPEATING_ITEMS_COUNT, content: @Composable LazyItemScope.() -> Unit)

Renders a lazy column with itemCount same contents. Helpful when rendering loading list items

Parameters

modifier

Modifier to be applied

itemCount

count of items to be rendered, defaults to 7

content

content of the item