Package-level declarations

Functions

Link copied to clipboard
actual fun NavigationBarColorEffect(backgroundColor: Color)
expect fun NavigationBarColorEffect(backgroundColor: Color)

Applies the background color to the navigation bar. Content style is resolved from luminance.

actual fun NavigationBarColorEffect(backgroundColor: Color)
actual fun NavigationBarColorEffect(backgroundColor: Color)
Link copied to clipboard
actual fun StatusBarColorEffect(backgroundColor: Color)
expect fun StatusBarColorEffect(backgroundColor: Color)

Applies the background color to the status bar. Content style is resolved from luminance.

actual fun StatusBarColorEffect(backgroundColor: Color)
actual fun StatusBarColorEffect(backgroundColor: Color)
Link copied to clipboard
fun SystemBarColorsEffect(statusBarBackgroundColor: Color? = null, navigationBarBackgroundColor: Color? = null)

Applies background colors to both system bars. A null color leaves that bar unchanged.