ComposePreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposePreferences
core
/
com.michaelflisar.composepreferences.core
/
PreferenceSection
/
SharedExpandState
/
SharedExpandState
Shared
Expand
State
constructor
(
expanded
:
SnapshotStateList
<
Int
>
,
expandSingleOnly
:
MutableState
<
Boolean
>
,
toggleExpand
:
(
id
:
Int
)
->
Unit
)