All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.materialkolor.LocalDynamicMaterialThemeSeed.kt Maven / Gradle / Ivy

Go to download

A Compose multiplatform library for generating dynamic Material3 color schemes from a seed color.

There is a newer version: 2.0.0
Show newest version
package com.materialkolor

import androidx.compose.runtime.CompositionLocal
import androidx.compose.runtime.ProvidableCompositionLocal
import androidx.compose.runtime.staticCompositionLocalOf
import androidx.compose.ui.graphics.Color

/**
 * LocalDynamicMaterialThemeSeed is a [CompositionLocal] that provides the seed color for the
 * dynamic material theme.
 */
public val LocalDynamicMaterialThemeSeed: ProvidableCompositionLocal =
    staticCompositionLocalOf { error("DynamicMaterialTheme not initialized") }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy