ComposePreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposePreferences
core
/
com.michaelflisar.composepreferences.core
/
PreferenceSection
/
ExpandableState
Expandable
State
class
ExpandableState
(
expanded
:
(
)
->
Boolean
,
toggle
:
(
)
->
Unit
)
:
PreferenceSection.ExpandState
Members
Constructors
Expandable
State
Link copied to clipboard
constructor
(
expanded
:
(
)
->
Boolean
,
toggle
:
(
)
->
Unit
)
Functions
is
Expanded
Link copied to clipboard
open
override
fun
isExpanded
(
)
:
Boolean
toggle
Expand
Link copied to clipboard
open
override
fun
toggleExpand
(
)