🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

dynamicLightColorScheme

Creates a light dynamic color scheme.

dynamicLightColorScheme

Source set: Android
public fun dynamicLightColorScheme(context: Context): ColorScheme

Creates a light dynamic color scheme.

Use this function to create a color scheme based off the system wallpaper. If the developer changes the wallpaper this color scheme will change accordingly. This dynamic scheme is a light theme variant.

Parameters

context The context required to get system resource data.

Content updated: