toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape
/
ThemeState
Theme
State
data
class
ThemeState
(
val
hintsEnabled
:
Boolean
=
false
,
val
themeIsLight
:
Boolean
=
true
,
val
themeContrast
:
String
=
"High"
)
Members
Constructors
Theme
State
Link copied to clipboard
constructor
(
hintsEnabled
:
Boolean
=
false
,
themeIsLight
:
Boolean
=
true
,
themeContrast
:
String
=
"High"
)
Properties
hints
Enabled
Link copied to clipboard
val
hintsEnabled
:
Boolean
=
false
theme
Contrast
Link copied to clipboard
val
themeContrast
:
String
theme
Is
Light
Link copied to clipboard
val
themeIsLight
:
Boolean
=
true