ComposePreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposePreferences
core
/
com.michaelflisar.composepreferences.core
/
PreferenceSection
/
SharedExpandableState
Shared
Expandable
State
class
SharedExpandableState
(
val
id
:
Int
,
val
state
:
PreferenceSection.SharedExpandState
)
:
PreferenceSection.ExpandState
Members
Constructors
Shared
Expandable
State
Link copied to clipboard
constructor
(
id
:
Int
,
state
:
PreferenceSection.SharedExpandState
)
Properties
id
Link copied to clipboard
val
id
:
Int
state
Link copied to clipboard
val
state
:
PreferenceSection.SharedExpandState
Functions
is
Expanded
Link copied to clipboard
open
override
fun
isExpanded
(
)
:
Boolean
toggle
Expand
Link copied to clipboard
open
override
fun
toggleExpand
(
)