-
public final class SectionedListKt
-
-
Method Summary
Modifier and Type Method Description final static UnitSectionedList(Modifier modifier, ScalingLazyColumnState columnState, Function1<SectionedListScope, Unit> content)A list component that is split into sections. final static UnitSectionedList(Modifier modifier, ScalingLazyColumnState columnState, List<Section<?>> sections)A list component that is split into sections. -
-
Method Detail
-
SectionedList
final static Unit SectionedList(Modifier modifier, ScalingLazyColumnState columnState, Function1<SectionedListScope, Unit> content)
-
SectionedList
final static Unit SectionedList(Modifier modifier, ScalingLazyColumnState columnState, List<Section<?>> sections)
-
-
-
-