Package 

Class SectionedListKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit SectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, Function1<SectionedListScope, Unit> content) A list component that is split into sections.
      final static Unit SectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, List<Section<?>> sections) A list component that is split into sections.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • SectionedList

         final static Unit SectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, Function1<SectionedListScope, Unit> content)

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

      • SectionedList

         final static Unit SectionedList(FocusRequester focusRequester, ScalingLazyListState scalingLazyListState, Modifier modifier, ScalingParams scalingParams, AutoCenteringParams autoCentering, List<Section<?>> sections)

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