Toolbox
Toggle table of contents
common
jvm
notJvm
Target filter
common
jvm
notJvm
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.preferences
/
Preferences
Preferences
object
Preferences
Members
Members & Extensions
Types
App
Base
Theme
Link copied to clipboard
class
AppBaseTheme
(
val
text
:
String
,
val
icon
:
ImageVector
,
val
data
:
Any
)
Properties
Base
Themes
Link copied to clipboard
common
jvm
notJvm
expect
val
Preferences
.
BaseThemes
:
List
<
Preferences.AppBaseTheme
>
actual
val
Preferences
.
BaseThemes
:
List
<
Preferences.AppBaseTheme
>
actual
val
Preferences
.
BaseThemes
:
List
<
Preferences.AppBaseTheme
>
Default
Base
Themes
Link copied to clipboard
val
DefaultBaseThemes
:
List
<
Preferences.AppBaseTheme
>
Functions
collect
Base
Theme
Link copied to clipboard
common
jvm
notJvm
@
Composable
expect
fun
Preferences
.
collectBaseTheme
(
)
:
MutableState
<
Preferences.AppBaseTheme
>
@
Composable
actual
fun
Preferences
.
collectBaseTheme
(
)
:
MutableState
<
Preferences.AppBaseTheme
>
@
Composable
actual
fun
Preferences
.
collectBaseTheme
(
)
:
MutableState
<
Preferences.AppBaseTheme
>
collect
Default
Base
Theme
Link copied to clipboard
@
Composable
fun
collectDefaultBaseTheme
(
)
:
MutableState
<
Preferences.AppBaseTheme
>
remember
Compose
Theme
Link copied to clipboard
common
jvm
notJvm
@
Composable
expect
fun
Preferences
.
rememberComposeTheme
(
)
:
ComposeTheme.State
@
Composable
actual
fun
Preferences
.
rememberComposeTheme
(
)
:
ComposeTheme.State
@
Composable
actual
fun
Preferences
.
rememberComposeTheme
(
)
:
ComposeTheme.State
remember
Compose
Theme
Default
Link copied to clipboard
@
Composable
fun
rememberComposeThemeDefault
(
)
:
ComposeTheme.State