PlatformSystemBarStyle

data class PlatformSystemBarStyle(val color: Color = Color.Unspecified, val darkContent: Boolean? = null)

Defines the style of the platfom system bars.

Parameters

color

the background color.

darkContent

whether the content color is dark.

Constructors

Link copied to clipboard
constructor(color: Color = Color.Unspecified, darkContent: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val darkContent: Boolean? = null