ComposePreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposePreferences
core
/
com.michaelflisar.composepreferences.core.styles
/
PreferenceStyle
Preference
Style
interface
PreferenceStyle
Inheritors
DefaultStyle
ModernStyle
Members
Properties
default
Group
Item
Style
Link copied to clipboard
abstract
val
defaultGroupItemStyle
:
PreferenceItemStyle
default
Item
Style
Link copied to clipboard
abstract
val
defaultItemStyle
:
PreferenceItemStyle
default
Section
Item
Style
Link copied to clipboard
abstract
val
defaultSectionItemStyle
:
PreferenceItemStyle
spacing
Link copied to clipboard
abstract
val
spacing
:
Dp
Functions
get
Item
Style
Link copied to clipboard
@
Composable
abstract
fun
getItemStyle
(
item
:
PreferenceItemState.Item
,
itemStyle
:
PreferenceItemStyle
)
:
PreferenceItemStyleData