EdgeToEdgeConfig

data class EdgeToEdgeConfig(@ColorInt val statusBarColorLight: Int? = null, @ColorInt val statusBarColorDark: Int? = null, val useAppearanceLightStatusBars: Boolean? = null)

Describes a configuration for edge-to-edge UI.

Since

3.23.0

Constructors

Link copied to clipboard
fun EdgeToEdgeConfig(@ColorInt statusBarColorLight: Int? = null, @ColorInt statusBarColorDark: Int? = null, useAppearanceLightStatusBars: Boolean? = null)

Properties

Link copied to clipboard
val statusBarColorDark: Int? = null

Returns the color of the status bar when UIKit theme is dark.

Link copied to clipboard

Returns the color of the status bar when UIKit theme is light.

Link copied to clipboard

Returns the flag indicating whether to use the light status bar appearance.