dynamicColorScheme
Create a custom ColorScheme based on the provided colors.
If a color is not provided, then the color palette will be generated from the style and seedColor.
Parameters
The color to base the scheme on.
Whether the scheme should be dark or light.
Whether the dark scheme is used with Amoled screen (Pure dark).
The primary color of the scheme.
The secondary color of the scheme.
The tertiary color of the scheme.
The neutral color of the scheme.
The neutral variant color of the scheme.
The error color of the scheme.
The style of the scheme.
The contrast level of the scheme.
Whether to use the extended fidelity color set. See MaterialDynamicColors.
A lambda to modify the created ColorScheme.
Create a custom ColorScheme based on the provided colors. Uses primary as the seed color.
If a color is not provided, then the color palette will be generated from the style and primary.
Parameters
The color to base the scheme on, and primary color of the scheme.
Whether the scheme should be dark or light.
Whether the dark scheme is used with Amoled screen (Pure dark).
The secondary color of the scheme.
The tertiary color of the scheme.
The neutral color of the scheme.
The neutral variant color of the scheme.
The error color of the scheme.
The style of the scheme.
The contrast level of the scheme.
Whether to use the extended fidelity color set. See MaterialDynamicColors.
A lambda to modify the created ColorScheme.