toggle menu
ui-component
1.0.10
androidJvm
switch theme
search in API
ui-component
/
com.highcapable.betterandroid.ui.component.systembar.style
/
SystemBarStyle
System
Bar
Style
data
class
SystemBarStyle
(
val
color
:
Int
?
=
null
,
val
darkContent
:
Boolean
?
=
null
)
Defines the style of the system bars.
Parameters
color
the background color.
dark
Content
whether the content color is dark.
Members
Constructors
System
Bar
Style
Link copied to clipboard
constructor
(
color
:
Int
?
=
null
,
darkContent
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
color
Link copied to clipboard
@
ColorInt
val
color
:
Int
?
=
null
dark
Content
Link copied to clipboard
val
darkContent
:
Boolean
?
=
null