SectionedList

fun SectionedList(modifier: Modifier = Modifier, scrollState: ScalingLazyListState, content: SectionedListScope.() -> Unit)
fun SectionedList(modifier: Modifier = Modifier, scrollState: ScalingLazyListState, sections: List<Section<*>> = emptyList())

A list component that is split into sections. Each Section has its own state controlled individually.