toggle menu
compose-multiplatform
0.1.0
ios
switch theme
search in API
compose-multiplatform
/
com.highcapable.betterandroid.compose.multiplatform.platform.systembar.style
/
SystemBarStyle
System
Bar
Style
ios
data
class
SystemBarStyle
(
val
color
:
UIColor
?
=
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
ios
constructor
(
color
:
UIColor
?
=
null
,
darkContent
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
ios
object
Companion
Properties
color
Link copied to clipboard
ios
val
color
:
UIColor
?
=
null
dark
Content
Link copied to clipboard
ios
val
darkContent
:
Boolean
?
=
null