toggle menu
horologist
androidJvm
switch theme
search in API
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.