horologist
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
horologist
composables
/
com.google.android.horologist.composables
/
SectionedListScope
/
section
section
fun
<
T
>
section
(
state
:
Section.State
<
T
>
,
content
:
SectionScope
<
T
>
.
(
)
->
Unit
)
fun
<
T
>
section
(
list
:
List
<
T
>
,
content
:
SectionScope
<
T
>
.
(
)
->
Unit
)
Add a section in
loaded
state.
fun
section
(
content
:
SectionScope
<
Unit
>
.
(
)
->
Unit
)
Add a section in
loaded
state with a single item.