🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

LazyLayoutItemProvider

Provides all the needed info about the items which could be later composed and displayed as children or LazyLayout.

LazyLayoutItemProviderSample

@Composable
@Sampled
fun LazyLayoutItemProviderSample() {
    class CustomItemProvider(val data: List<String>) : LazyLayoutItemProvider {
        override val itemCount: Int
            get() = data.size