Platform System Bar Style
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.
dark Content
whether the content color is dark.