-
public final class SectionedListScopeReceiver scope which is used by content parameter in SectionedList.
-
-
Constructor Summary
Constructors Constructor Description SectionedListScope()
-
Method Summary
Modifier and Type Method Description final <T extends Any> Unitsection(Section.State<T> state, Boolean displayFooterOnlyOnLoadedState, Function1<SectionScope<T>, Unit> content)final <T extends Any> Unitsection(List<T> list, Function1<SectionScope<T>, Unit> content)Add a section in loaded state. final Unitsection(Function1<SectionScope<Unit>, Unit> content)Add a section in loaded state with a single item.
-