SystemBarColorsEffect

fun SystemBarColorsEffect(statusBarBackgroundColor: Color? = null, navigationBarBackgroundColor: Color? = null)

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

No-op on non-mobile platforms.

See also