EdgeToEdgeConfig

data class EdgeToEdgeConfig(@ColorInt val statusBarColorLight: Int? = null, @ColorInt val statusBarColorDark: Int? = 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)

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.