SectionedList

fun SectionedList(modifier: Modifier = Modifier, columnState: ScalingLazyColumnState = ScalingLazyColumnDefaults.responsive().create(), content: SectionedListScope.() -> Unit)
fun SectionedList(modifier: Modifier = Modifier, columnState: ScalingLazyColumnState = ScalingLazyColumnDefaults.responsive().create(), sections: List<Section<*>> = emptyList())

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