SystemBarStyle

data class SystemBarStyle(val color: <Error class: unknown class>? = null, val darkContent: Boolean? = null)

Defines the style of the system bars.

Parameters

color

the background color.

darkContent

whether the content color is dark.

Constructors

Link copied to clipboard
constructor(color: <Error class: unknown class>? = null, darkContent: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val color: <Error class: unknown class>? = null
Link copied to clipboard
val darkContent: Boolean? = null