System Bar Style
data class SystemBarStyle(val color: ERROR CLASS: Symbol not found for 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.
Constructors
Link copied to clipboard
constructor(color: ERROR CLASS: Symbol not found for UIColor?? = null, darkContent: Boolean? = null)