SectionedList
fun SectionedList(modifier: Modifier = Modifier, columnState: ScalingLazyColumnState, content: SectionedListScope.() -> Unit)
fun SectionedList(modifier: Modifier = Modifier, columnState: ScalingLazyColumnState, sections: List<Section<*>> = emptyList())
A list component that is split into sections. Each Section has its own state controlled individually.