-
public final class SectionedListKt
-
-
Method Summary
Modifier and Type Method Description final static UnitSectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, Function1<SectionedListScope, Unit> content)A list component that is split into sections. final static UnitSectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, List<Section<?>> sections)A list component that is split into sections. -
-
Method Detail
-
SectionedList
final static Unit SectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, Function1<SectionedListScope, Unit> content)
-
SectionedList
final static Unit SectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, List<Section<?>> sections)
-
-
-
-