DynamicMaterialTheme
A Material Theme that adapts to the given seed color and the provided custom colors.
You can access the current seed color via LocalDynamicMaterialThemeSeed.
Parameters
The seed color to use for generating the color scheme.
Whether to use a dark theme or not.
Whether the dark scheme is used with Amoled screen (Pure dark).
The custom primary color of the color scheme.
The custom secondary color of the color scheme.
The custom tertiary color of the color scheme.
The custom neutral color of the color scheme.
The custom neutral variant color of the color scheme.
The custom error color of the color scheme.
The style of the color scheme.
The contrast level of the color scheme.
Whether to use the extended fidelity color set. See MaterialDynamicColors.
Whether to animate the color scheme or not.
The animation spec to use for animating the color scheme.
The Composable content of the theme.
See also
A Material Theme that adapts to the given seed color and the provided custom colors.
You can access the current seed color via LocalDynamicMaterialThemeSeed.
Parameters
The primary color of the color scheme.
Whether to use a dark theme or not.
Whether the dark scheme is used with Amoled screen (Pure dark).
The custom secondary color of the color scheme.
The custom tertiary color of the color scheme.
The custom neutral color of the color scheme.
The custom neutral variant color of the color scheme.
The custom error color of the color scheme.
The style of the color scheme.
The contrast level of the color scheme.
Whether to use the extended fidelity color set. See MaterialDynamicColors.
Whether to animate the color scheme or not.
The animation spec to use for animating the color scheme.
The Composable content of the theme.
See also
A Material Theme that adapts to the given DynamicMaterialThemeState.seedColor.
You can access the current seed color via LocalDynamicMaterialThemeSeed.
Parameters
The state of the dynamic material theme.
Whether to animate the color scheme or not.
The animation spec to use for animating the color scheme.
The Composable content of the theme.